diff options
author | Justin Donaldson <jdonaldson@gmail.com> | 2013-08-19 12:01:55 -0700 |
---|---|---|
committer | Justin Donaldson <jdonaldson@gmail.com> | 2013-08-19 12:01:55 -0700 |
commit | 343c20b4e8f2bd71ade87ed70ee63c39e82c5154 (patch) | |
tree | 9f9f652956fabe23c59ce40ea60fb9f00d46ae03 /haxe.html.markdown | |
parent | ee38941a0ba32160018abe07c9d27a41534ca2ec (diff) |
minor tweak to compiler args
Diffstat (limited to 'haxe.html.markdown')
-rw-r--r-- | haxe.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haxe.html.markdown b/haxe.html.markdown index c51ae7ce..94b4ea82 100644 --- a/haxe.html.markdown +++ b/haxe.html.markdown @@ -15,7 +15,7 @@ references. // Welcome to Learn Haxe 3 in 15 minutes. http://www.haxe.org // This is an executable tutorial. You can compile and run it using the haxe // compiler, while in the same directory as LearnHaxe.hx: -// haxe -main LearnHaxe3 -x +// haxe -main LearnHaxe3 -x out // Let's start with comments... this is a single line comment |