mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
minor tweak to compiler args
This commit is contained in:
parent
ee38941a0b
commit
343c20b4e8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user