Skip to content

Instantly share code, notes, and snippets.

@swavkulinski
Created May 11, 2020 13:41
Show Gist options
  • Save swavkulinski/3563e864e1a92ad7792115be1aa88bce to your computer and use it in GitHub Desktop.
Save swavkulinski/3563e864e1a92ad7792115be1aa88bce to your computer and use it in GitHub Desktop.
void main() {
}
enum Moves {
FORWARD,
BACK,
LEFT,
RIGHT,
JUMP,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment