diff --git a/experiment.py b/experiment.py index e7a8216..4770d9f 100644 --- a/experiment.py +++ b/experiment.py @@ -1,4 +1,4 @@ # 1. Click the pencil icon on the right side of your screen to edit this file. # 2. Replace the "TODO" below with "hello, world". # 3. Click the green "Commit changes" button at the bottom of the page. -print("TODO") +print("hello-world")