From b2a9b25ff8100615a73d57ce2c727d035fa6321a Mon Sep 17 00:00:00 2001 From: Thrasyvoulos Karydis <thrasyvoulos.karydis@cba.mit.edu> Date: Thu, 12 Oct 2017 14:22:36 -0400 Subject: [PATCH] Add new file --- hello_world.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello_world.c diff --git a/hello_world.c b/hello_world.c new file mode 100644 index 0000000..6970018 --- /dev/null +++ b/hello_world.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +int main() +{ + printf("Hello, World!"); + return 0; +} \ No newline at end of file -- GitLab