Skip to content

Commit df98c97

Browse files
committed
Backed out changes made for testing.
1 parent 90efc4c commit df98c97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
print('Hello, World!')
2-
#'Goodbye, Mars!'
1+
def hello():
2+
return 'Goodbye, Mars!'

0 commit comments

Comments
 (0)