eris/tests/golden-files/results/uncrustify-hello_c

1.4 KiB

#include <stdio.h>

int main()
{
printf("Hello World\n");
return 0;
}