eris/golden-files/results/uncrustify-hello_c

7 lines
967 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;
}