diff --git a/exercises/workshop.py b/exercises/workshop.py index 3ead4e0..d765cec 100644 --- a/exercises/workshop.py +++ b/exercises/workshop.py @@ -14,7 +14,7 @@ def main() -> None: print("After running this file, open up demo.txt in File Explorer/Finder for a nice surprise :)") print("You can also accomplish this by typing cat demo.txt (macOS and Linux) or more demo.txt (Windows)") - # Add whatever else you want under this line! + # Add whatever else you want under this line # A simple print statement, something interesting, or anything else. # If you want your pull request to be accepted, don't put anything you wouldn't want others to see.