diff --git a/fix_me.py b/fix_me.py index fb35c77..96c6d97 100644 --- a/fix_me.py +++ b/fix_me.py @@ -1,2 +1,6 @@ # 2 + 2 = ? -# Print the answer right below this line! \ No newline at end of file +# Print the answer right below this line! + +print(2+2) + +# Hi there \ No newline at end of file