Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
add hello world in haxe!
Browse files Browse the repository at this point in the history
  • Loading branch information
derrick murphy authored Apr 2, 2018
1 parent 1808415 commit 051cca3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HelloWorld.hx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class HelloWorld {
static public function main(): Void {
trace("Hello, World!");
}
}

0 comments on commit 051cca3

Please sign in to comment.