diff --git a/hello.py b/hello.py index 72647ca..bdd9ce9 100755 --- a/hello.py +++ b/hello.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 +# I don't really like this. def helloworld(): pass