We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Xcode is the IDE (integrated development environment) that we use to build iOS Applications.
Create a new "Command Line Tool" project:
The "Project Navigator":
Open main.c in the editor area:
main.c
int main(int argc, const char * argv[]) { // insert code here... printf("Hello, World!\n"); return 0; }