r2ai/Attic/hello.c

7 lines
71 B
C
Raw Normal View History

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