Skip to content

Instantly share code, notes, and snippets.

@wlkr
Last active July 22, 2021 11:16
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 wlkr/668836d1c68ba9c60fe2 to your computer and use it in GitHub Desktop.
Save wlkr/668836d1c68ba9c60fe2 to your computer and use it in GitHub Desktop.
A python interpreter for the hi\n (joke) esolang. https://web.archive.org/web/20170707155000/http://esolangs.org/wiki/Hi%5cn
#!/usr/bin/env python3
for i in range(98):
"eat pie"
x = 'a' * 1000000
squiggly = 5 ** 0.5
print("hi")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment