Skip to content

Instantly share code, notes, and snippets.

@yeco
Created July 2, 2019 19:32
Show Gist options
  • Save yeco/952c9492a925aca58656e65b9a1a9aa0 to your computer and use it in GitHub Desktop.
Save yeco/952c9492a925aca58656e65b9a1a9aa0 to your computer and use it in GitHub Desktop.
haxe compiled
// Generated by Haxe 3.4.4
(function () { "use strict";
var Test = function() { };
Test.main = function() {
console.log("Hello world!");
};
Test.main();
})();
@credondocr
Copy link

Seal of Approval

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment