eris/golden-files/results/uncrustify-hello_c

996 B

#include <stdio.h>
 
int main()
{
printf("Hello World\n");
return 0;
}