From 26bc82d50f1d9ac1a4c7c68baffd68d2a614012b Mon Sep 17 00:00:00 2001 From: Chen Date: Thu, 5 Dec 2024 20:45:29 -0600 Subject: [PATCH 1/2] creates a hello world script --- HelloWorld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 HelloWorld.py diff --git a/HelloWorld.py b/HelloWorld.py new file mode 100644 index 0000000..8e23576 --- /dev/null +++ b/HelloWorld.py @@ -0,0 +1 @@ +print("Hello World") \ No newline at end of file From e28954fbf31d7d69133f157aabbb3d77fcc0846e Mon Sep 17 00:00:00 2001 From: Chen Date: Thu, 5 Dec 2024 20:59:58 -0600 Subject: [PATCH 2/2] Adds new line to end of file --- HelloWorld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.py b/HelloWorld.py index 8e23576..ad35e5a 100644 --- a/HelloWorld.py +++ b/HelloWorld.py @@ -1 +1 @@ -print("Hello World") \ No newline at end of file +print("Hello World")