Main.hx 130 B

123456
  1. package;
  2. // Some Haxe code must be present or Context.onGenerate will have no types.
  3. function main() {
  4. trace("Hello world!");
  5. }