From 9e391e053fde4371d20ab5f422152018af9651c8 Mon Sep 17 00:00:00 2001 From: Muhammad Syah Royni Date: Thu, 31 Oct 2019 17:46:41 +0700 Subject: [PATCH] Add glenromance hello world --- glenromance/hello_world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 glenromance/hello_world.py diff --git a/glenromance/hello_world.py b/glenromance/hello_world.py new file mode 100644 index 0000000..5c646c5 --- /dev/null +++ b/glenromance/hello_world.py @@ -0,0 +1 @@ +print("Hello Wordl") \ No newline at end of file