eris/golden-files/results/uncrustify-hello_c

8 lines
996 B
Text
Raw Normal View History

2016-02-08 21:55:22 +00:00
#include <stdio.h>
int main()
{
 printf("Hello World\n");
 return 0;
}