RasptestPi/helloworld.c
2019-01-06 14:35:41 -05:00

6 lines
No EOL
77 B
C

#include <stdio.h>
int main() {
printf("Hello World\n");
return 0;
}