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. 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")