From 99b213ed209a4cbec92047827be76ea54c1da30e Mon Sep 17 00:00:00 2001
From: Thrasyvoulos Karydis <thrasyvoulos.karydis@cba.mit.edu>
Date: Thu, 12 Oct 2017 14:34:20 -0400
Subject: [PATCH] Add new file

---
 hello_world.py | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 hello_world.py

diff --git a/hello_world.py b/hello_world.py
new file mode 100644
index 0000000..f0b303f
--- /dev/null
+++ b/hello_world.py
@@ -0,0 +1 @@
+print('Hello World!')
\ No newline at end of file
-- 
GitLab