Merge pull request #24 from AdamHarte/master

Added HaXe language
This commit is contained in:
Mike Donaghy
2014-08-17 22:55:05 -04:00

5
h/haxe.hx Normal file
View File

@@ -0,0 +1,5 @@
class HelloWorld {
static function main() {
trace("Hello World!");
}
}