Skip to content

Instantly share code, notes, and snippets.

@KinoAR
Created February 28, 2021 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KinoAR/6046986b60fabcf4ada52cf195dbb6c9 to your computer and use it in GitHub Desktop.
Save KinoAR/6046986b60fabcf4ada52cf195dbb6c9 to your computer and use it in GitHub Desktop.
An example of creating a main entry point in Haxe in 4.2
//Module Level Main entry point in Haxe 4.2.0
function main() {
trace('Hello World');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment