Skip to content

Instantly share code, notes, and snippets.

@wandernauta
Created June 29, 2010 15:46
Show Gist options
  • Save wandernauta/457393 to your computer and use it in GitHub Desktop.
Save wandernauta/457393 to your computer and use it in GitHub Desktop.
import structs/ArrayList
state: ArrayList<String>
main: func() {
state add("Foo")
state add("Bar")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment