Created
July 15, 2019 01:09
-
-
Save nicolas-sabbatini/36e60198d6d2d5ce04949c732ffb0fbd 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