From 08cefb0e7490dd229eed93a556591c1993eee07b Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 10 Feb 2022 15:04:52 +0000 Subject: added getting full runtime analysis output --- ExampleSubmission/example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ExampleSubmission') diff --git a/ExampleSubmission/example.py b/ExampleSubmission/example.py index 9c1d06a..7029b33 100644 --- a/ExampleSubmission/example.py +++ b/ExampleSubmission/example.py @@ -71,4 +71,4 @@ def greet(*names, greeting="Hello"): print(greeting, name) if __name__ == "__main__": - print(hello_world(int(sys.argv[1]))) \ No newline at end of file + print(hello_world(int(sys.argv[1])) + "\n\nowo" ) \ No newline at end of file -- cgit v1.2.3