Skip to content

Instantly share code, notes, and snippets.

@nicolas-sabbatini
Created July 15, 2019 01:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nicolas-sabbatini/36e60198d6d2d5ce04949c732ffb0fbd to your computer and use it in GitHub Desktop.
Save nicolas-sabbatini/36e60198d6d2d5ce04949c732ffb0fbd to your computer and use it in GitHub Desktop.
The famous one line program 10 PRINT in lua
::_10:: io.write(math.random() < 0.5 and "/" or "\\"); goto _10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment