Title here
Summary here
Our first program will print the classic “hello world” message. Here’s the full source code.
To run the program, follow these steps:
Save the code in a file named hello_world.m
.
Use the clang
compiler to compile the code and then execute it.
Sometimes we’ll want to build our programs into binaries that can be executed directly. The steps mentioned above already result in a binary that can be executed directly.
Now that we can run and build basic Objective-C programs, let’s learn more about the language.