Skip to content

Instantly share code, notes, and snippets.

@danhett
Created July 16, 2014 14:59
Show Gist options
  • Save danhett/8c2df6a203e02ae012d4 to your computer and use it in GitHub Desktop.
Save danhett/8c2df6a203e02ae012d4 to your computer and use it in GitHub Desktop.
class HelloWorld {
static public function main():Void {
trace("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment