diff --git a/h/haxe.hx b/h/haxe.hx new file mode 100644 index 00000000..a9ad0338 --- /dev/null +++ b/h/haxe.hx @@ -0,0 +1,5 @@ +class HelloWorld { + static function main() { + trace("Hello World!"); + } +} \ No newline at end of file