Created
July 2, 2019 19:32
-
-
Save yeco/952c9492a925aca58656e65b9a1a9aa0 to your computer and use it in GitHub Desktop.
haxe compiled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Generated by Haxe 3.4.4 | |
(function () { "use strict"; | |
var Test = function() { }; | |
Test.main = function() { | |
console.log("Hello world!"); | |
}; | |
Test.main(); | |
})(); |
credondocr
commented
Jul 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment