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