This website requires JavaScript.
Explore
Help
Sign in
ahamilton
/
eris
Watch
1
Star
0
Fork
You've already forked eris
0
Code
Releases
Activity
49f8d87659
eris
/
golden-files
/
results
/
uncrustify-hello_c
Andrew Hamilton
3cf7d52a63
Use a more common terminal type.
2016-10-26 14:09:05 +02:00
1.4 KiB
Raw
Blame
History
#include
<stdio.h>
int
main()
{
printf("Hello World\n");
return
0;
}