diff --git a/helloworld.hx b/helloworld.hx new file mode 100644 index 0000000..cdeaeba --- /dev/null +++ b/helloworld.hx @@ -0,0 +1,5 @@ +class HelloWorld { + static public function main() { + trace("Hello World"); + } +}