Skip to content

Instantly share code, notes, and snippets.

@jdonaldson
Last active April 26, 2020 22:36
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 jdonaldson/47b5a1da73824dee4f05a7457eba1b02 to your computer and use it in GitHub Desktop.
Save jdonaldson/47b5a1da73824dee4f05a7457eba1b02 to your computer and use it in GitHub Desktop.
Hello World Hashlink
-hl out.hl
-main Main
class Main {
static function main() {
trace("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment