Skip to content

Instantly share code, notes, and snippets.

@johnolafenwa
Last active October 20, 2019 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnolafenwa/b05a5aeb5b228e64010a7de1c6719c55 to your computer and use it in GitHub Desktop.
Save johnolafenwa/b05a5aeb5b228e64010a7de1c6719c55 to your computer and use it in GitHub Desktop.
function printLoop(text):
while True:
println(text)
if __name__ == "__main__":
printLoop("Hello")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment