Skip to content

Instantly share code, notes, and snippets.

@digininja
Created December 6, 2018 09:51
Show Gist options
  • Save digininja/62058a30ef2d6b1641ff9c809e7899cf to your computer and use it in GitHub Desktop.
Save digininja/62058a30ef2d6b1641ff9c809e7899cf to your computer and use it in GitHub Desktop.
BASIC hello world
10 PRINT "Hello"
20 GOTO 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment