This website requires JavaScript.
Explore
Help
Sign in
ahamilton
/
eris
Watch
1
Star
0
Fork
You've already forked eris
0
Code
Releases
Activity
b922f29e07
eris
/
golden-files
/
results
/
uncrustify-hello_c
Andrew Hamilton
b922f29e07
Changes for ubuntu 16.04.
2016-09-27 13:30:08 +02:00
1.3 KiB
Raw
Blame
History
#include
<stdio.h>
int
main()
{
printf("Hello World\n");
return
0;
}