Created
July 16, 2013 15:04
-
-
Save Bradshaw/6009550 to your computer and use it in GitHub Desktop.
For Jan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[pts/1]-[Who is John Galt?] | |
[Catalepsy approves]-[JanTest] cat Main.hx | |
class Main | |
{ | |
public static function main() | |
{ | |
var args = Sys.args(); | |
trace(args.length); | |
trace(args); | |
} | |
} | |
/* | |
-main Main | |
-x Main | |
*/ | |
[pts/1]-[Please go away.] | |
[Catalepsy approves]-[JanTest] haxe -x Main | |
Main.hx:7: 0 | |
Main.hx:8: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment