From 10c5918c331c1ce98d2eb45d927b195275cc4c6c Mon Sep 17 00:00:00 2001 From: whyelias Date: Thu, 19 Mar 2026 12:26:25 -0500 Subject: [PATCH 1/2] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0ad8e3..1baf463 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SuperCoolProject +NAME: Elias Tovar + Hello! Glad to see my homework repo is still being used. Maybe check out some of the other garbage I have kicking around on here? Pro tips for getting an A in Dr.Cerny's class. From 4ad2904848a201431303e060ec0e0c9157775aaa Mon Sep 17 00:00:00 2001 From: whyelias Date: Thu, 19 Mar 2026 12:34:07 -0500 Subject: [PATCH 2/2] Added Hello World program to branch EliasTovar --- helloworld.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..9fbce09 --- /dev/null +++ b/helloworld.py @@ -0,0 +1,3 @@ +# Hello world program + +print("Hello World")