diff --git a/script.py b/script.py index 404cf43..40e4e68 100644 --- a/script.py +++ b/script.py @@ -1,3 +1,3 @@ import os -print(os.getcwd()) \ No newline at end of file +print("Hello world!") \ No newline at end of file