-
-
Save crgimenes/6df6853706a4ef7d6d524194e256f994 to your computer and use it in GitHub Desktop.
The famous one line program 10 PRINT in lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::_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