Skip to content

Files

Latest commit

 

History

History

Haxe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Haxe Hello World

Haxe is an open source high-level strictly-typed programming language with a fast optimizing cross-compiler.

you can found haxe at: https://haxe.org/

run the program

You need to install haxe first.

you can found how to install haxe at: https://haxe.org/download/

For run the program, you can use the command:

haxe --main Main --interp