Skip to content

Instantly share code, notes, and snippets.

@KinoAR
Created February 28, 2021 21:39
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/9ec07b21746164a43d631351bf0a363c to your computer and use it in GitHub Desktop.
Save KinoAR/9ec07b21746164a43d631351bf0a363c to your computer and use it in GitHub Desktop.
Old way of creating a main entry point in Haxe
//Example of a main entry point in Haxe before 4.2
class Main {
public static function main() {
trace('Hello World');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment