Files
intelliphoto/helloworld.c
Jan Schuffenhauer 90e01132ce Create helloworld.c
TAKE THIS HELLO WORLD
2019-10-25 10:27:40 +02:00

5 lines
59 B
C

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