From 5656e8329f7ae712125938370a13906cc229d731 Mon Sep 17 00:00:00 2001 From: faisalman Date: Fri, 8 Apr 2011 02:21:36 +0700 Subject: [PATCH] Added haXe --- h/Haxe.hx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 h/Haxe.hx 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!"); + } +}