Files
hello-world/c/c.c
2014-08-20 17:02:04 -03:00

7 lines
67 B
C

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