Skip to content

Instantly share code, notes, and snippets.

@crgimenes
Forked from nicolas-sabbatini/10_PRINT.lua
Created April 11, 2024 05: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 crgimenes/6df6853706a4ef7d6d524194e256f994 to your computer and use it in GitHub Desktop.
Save crgimenes/6df6853706a4ef7d6d524194e256f994 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