From ff8b9b4396566c833e20124eb38608dd1bdbbf9b Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Mon, 8 Oct 2018 18:05:28 +0100 Subject: [PATCH] Rename hello.py to Jaicke.py --- code/Jaicke.py | 1 + code/hello.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 code/Jaicke.py delete mode 100644 code/hello.py diff --git a/code/Jaicke.py b/code/Jaicke.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/code/Jaicke.py @@ -0,0 +1 @@ +print("Hello World") diff --git a/code/hello.py b/code/hello.py deleted file mode 100644 index 8e23576..0000000 --- a/code/hello.py +++ /dev/null @@ -1 +0,0 @@ -print("Hello World") \ No newline at end of file