This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
subc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
prints hello world
master
Ian Piumarta
3 months ago
parent
5e35dae177
commit
4d29bc0d60
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
test.txt
+ 3
- 3
test.txt
View File
@ -1,10 +1,10 @@
#!./main
// -*- C -*-
#include <stdio.h>
#include "myfile.c"
int main()
int main(int argc, char **argv)
{
printf("hello, world\n");
return 0;
Write
Preview
Loading…
Cancel
Save