diff --git a/README.md b/README.md index b0ad8e3..a06beee 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,5 @@ Pro tips for getting an A in Dr.Cerny's class. 4. You dont realize it now, but java streams are king. Do me a favor, if everyone here can tell Professor Fry congradulations on retirement, im sure she would be very greatful. + +Sofia Amador edited this file. diff --git a/hello_world.py b/hello_world.py new file mode 100644 index 0000000..7df869a --- /dev/null +++ b/hello_world.py @@ -0,0 +1 @@ +print("Hello, World!")