diff --git a/E.hx b/E.hx new file mode 100644 index 0000000..682194a --- /dev/null +++ b/E.hx @@ -0,0 +1,7 @@ +class E { + static public function main():Void { + while(true) { + trace('e'); + } + } +}