This website requires JavaScript.
Explore
Help
Sign in
ahamilton
/
eris
Watch
1
Star
0
Fork
You've already forked eris
0
Code
Releases
Activity
a7bec363af
eris
/
tests
/
golden-files
/
results
/
uncrustify-hello_c
Andrew Hamilton
5728e5cff3
Made vigil into a package with a setup.py file.
2017-06-27 14:03:32 +01:00
1.4 KiB
Raw
Blame
History
#include
<stdio.h>
int
main()
{
printf("Hello World\n");
return
0;
}