emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
(→Hello World: new example) |
|||
Line 18: | Line 18: | ||
</source> | </source> | ||
You can compile either with a simple Editor that supports this (e.g. [http://macromates.com/ TextMate]: Actions: Run) - or you use the | You can compile either with a simple Editor that supports this (e.g. CodeRunner or [http://macromates.com/ TextMate]: Actions: Run) - or you use the clang (speak: C-Lang) compiler with Bash (Terminal.app): | ||
<source lang="bash"> | <source lang="bash"> | ||
cd ~/Path/to/HelloWorld.m | cd ~/Path/to/HelloWorld.m | ||
Line 24: | Line 24: | ||
./HelloWorld | ./HelloWorld | ||
</source> | </source> | ||
== Hello World (old, non-ARC example) == | == Hello World (old, non-ARC example) == |