Skip to content

Instantly share code, notes, and snippets.

@gabrielflorit
Last active February 8, 2019 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielflorit/95dac5a98619375e8ef7c74381172248 to your computer and use it in GitHub Desktop.
Save gabrielflorit/95dac5a98619375e8ef7c74381172248 to your computer and use it in GitHub Desktop.
SCRIPT-8
initialState = {
}
update = (state, input) => {
}
draw = () => {
clear()
print('a', 'a', 'a', 'a')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment