This website requires JavaScript.
Explore
Help
Sign in
ahamilton
/
eris
Watch
1
Star
0
Fork
You've already forked eris
0
Code
Releases
Activity
fb93897ac7
eris
/
golden-files
/
results
/
uncrustify-hello_c
Andrew Hamilton
fb93897ac7
Added more tool tests.
2016-02-09 09:38:58 +00:00
996 B
Raw
Blame
History
#include <stdio.h>
int
main()
{
printf("Hello World\n");
return
0;
}