Added haXe

This commit is contained in:
faisalman
2011-04-08 02:21:36 +07:00
parent b7010cd07e
commit 5656e8329f

5
h/Haxe.hx Normal file
View File

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