Added HaXe language

This commit is contained in:
AdamHarte 2012-01-11 09:56:33 +13:00
parent 0adb55f76e
commit 0d442eaf66

5
h/haxe.hx Normal file
View File

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