From 90e01132cee3ad4b3a5fcf41adcfb6d2c7f26b13 Mon Sep 17 00:00:00 2001 From: Jan Schuffenhauer Date: Fri, 25 Oct 2019 10:27:40 +0200 Subject: [PATCH] Create helloworld.c TAKE THIS HELLO WORLD --- helloworld.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 helloworld.c diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 0000000..7aa6356 --- /dev/null +++ b/helloworld.c @@ -0,0 +1,5 @@ +#include + +int main(){ + print("Hello World"); +} \ No newline at end of file