/HAXE-CLI-101

A basic CLI application made with HAXE.

Primary LanguageHaxe

Making a CLI application

Compile the project with

haxe compile.hxml

Now run the project with NEKO

neko bin/MyCLIApp.n