summaryrefslogtreecommitdiffstats
path: root/ExampleSubmission
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2022-04-28 20:11:13 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2022-04-28 20:11:13 +0100
commitfd13b16ba823bcd7b6f9c7163e7e75585855d33f (patch)
tree15496a2f336488f90810dbdf6f343441aff6135e /ExampleSubmission
parentd5c63e2ed3a5feaaa51e9cb315e6c0601ae01813 (diff)
downloadSmarker-fd13b16ba823bcd7b6f9c7163e7e75585855d33f.tar.gz
Smarker-fd13b16ba823bcd7b6f9c7163e7e75585855d33f.zip
Updated readme and docs
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 d6f7015..af95c24 100644
--- a/ExampleSubmission/example.py
+++ b/ExampleSubmission/example.py
@@ -76,5 +76,5 @@ def make_multilines():
print("True\n\nFalse")
if __name__ == "__main__":
- print(hello_world(int(sys.argv[1])) + "\n\nowo" )
+ print(hello_world(int(sys.argv[1])))
make_multilines() \ No newline at end of file