blob: 4749d473a0d30056fe98a5652a7dedaef5b51271 [file] [log] [blame]
/* Nothing fancy here, just checking that we can compile hello world */
#include <stdio.h>
int main(void) {
printf("Hello World!\n");
return 0;
}