From 02276d948fe9d273ac2658cedaf84a4d95f2e3cf Mon Sep 17 00:00:00 2001 From: Scott Collis Date: Sun, 1 Jul 2018 11:10:42 +0200 Subject: [PATCH] ADD: Hello python code --- code/hello.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 code/hello.py diff --git a/code/hello.py b/code/hello.py new file mode 100644 index 0000000..c6c0f11 --- /dev/null +++ b/code/hello.py @@ -0,0 +1,2 @@ +print('hello ERAD2018') +