summaryrefslogtreecommitdiffstats
path: root/ExampleSubmission
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-02-10 15:04:52 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2022-02-10 15:04:52 +0000
commit08cefb0e7490dd229eed93a556591c1993eee07b (patch)
tree7c3a36630e336d393a955d19f5e8069fd7949258 /ExampleSubmission
parentd7485e7632c3625a6c179e12cecbc5b0c1bb73bd (diff)
downloadSmarker-08cefb0e7490dd229eed93a556591c1993eee07b.tar.gz
Smarker-08cefb0e7490dd229eed93a556591c1993eee07b.zip
added getting full runtime analysis output
Diffstat (limited to 'ExampleSubmission')
-rw-r--r--ExampleSubmission/example.py2
1 files changed, 1 insertions, 1 deletions
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