Objective-C

1.
// Hello in Objective-C
2.
#import
3.

              
4.
int main(int argc, char *argv[]) {
5.
  printf("Hello");
6.
}

Have a better Objective-C example to share?

Explore PHP Java Python Ruby Objective-C

by Uh Huh Yeah