From 99165c25c8e75a4f55e6695f3fd4301ae251e8a4 Mon Sep 17 00:00:00 2001 From: Daniel Moix <dwm69@drexel.edu> Date: Mon, 26 Jun 2023 14:32:30 -0400 Subject: [PATCH] Adding Hello World demos --- cs171/hello.py | 2 ++ cs172/hello.py | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 cs171/hello.py create mode 100644 cs172/hello.py diff --git a/cs171/hello.py b/cs171/hello.py new file mode 100644 index 0000000..498b4e9 --- /dev/null +++ b/cs171/hello.py @@ -0,0 +1,2 @@ +print("Hello CS 171") + diff --git a/cs172/hello.py b/cs172/hello.py new file mode 100644 index 0000000..cffd4b6 --- /dev/null +++ b/cs172/hello.py @@ -0,0 +1,2 @@ +print("Hello CS 172") + -- GitLab