eris/golden-files/results/uncrustify-hello_c

7 lines
1.3 KiB
Text
Raw Normal View History

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