Created
December 6, 2018 09:51
-
-
Save digininja/62058a30ef2d6b1641ff9c809e7899cf to your computer and use it in GitHub Desktop.
BASIC hello world
This file contains hidden or 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 PRINT "Hello" | |
20 GOTO 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment