Remove unneeded newline

Fixes: https://github.com/leachim6/hello-world/pull/865#issuecomment-731349300
This commit is contained in:
Richie Bendall
2020-11-21 13:43:29 +13:00
committed by GitHub
parent dc70799e28
commit 035ab612a7

View File

@@ -1,2 +1,2 @@
print "Hello World\n"
print "Hello World"
quit