diff --git a/hello.py b/hello.py index 8cde782..1c7fe55 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print("hello world") +print("hello world"*10)