diff --git a/h/Haxe.hx b/h/Haxe.hx new file mode 100644 index 00000000..4aecfc89 --- /dev/null +++ b/h/Haxe.hx @@ -0,0 +1,5 @@ +class Haxe { + static function main() { + trace("Hello, World!"); + } +}