From 942c6d053ed23006d7bbc9eff7c2904b3fc63d02 Mon Sep 17 00:00:00 2001 From: Triggered_Tux Date: Sun, 6 Jan 2019 14:35:41 -0500 Subject: [PATCH] waitwot --- helloworld.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helloworld.c diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 0000000..764e0c1 --- /dev/null +++ b/helloworld.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("Hello World\n"); + return 0; +} \ No newline at end of file