Skip to content

Instantly share code, notes, and snippets.

@darrinm
Last active January 26, 2019 02:49
Show Gist options
  • Save darrinm/d295d613e79d2ecea95a46dda9e2b8c7 to your computer and use it in GitHub Desktop.
Save darrinm/d295d613e79d2ecea95a46dda9e2b8c7 to your computer and use it in GitHub Desktop.
SCRIPT-8
draw = () => {
clear()
print(46, 49, 'Hello world!', 0)
print(41, 60, 'my good friend', 0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment