Create helloworld.c

TAKE THIS HELLO WORLD
This commit is contained in:
Jan Schuffenhauer
2019-10-25 10:27:40 +02:00
parent 63a5250c22
commit 90e01132ce

5
helloworld.c Normal file
View File

@@ -0,0 +1,5 @@
#include <stdio.h>
int main(){
print("Hello World");
}