Skip to content

Instantly share code, notes, and snippets.

@1cg
Created January 3, 2012 06:18
Show Gist options
  • Select an option

  • Save 1cg/1553762 to your computer and use it in GitHub Desktop.

Select an option

Save 1cg/1553762 to your computer and use it in GitHub Desktop.
print( "hello world" )
for( str in { "I", "love", "gosu" } ) {
print( str )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment