Skip to content

Instantly share code, notes, and snippets.

@bntzio
Created October 30, 2013 18:26
Show Gist options
  • Save bntzio/7237520 to your computer and use it in GitHub Desktop.
Save bntzio/7237520 to your computer and use it in GitHub Desktop.
Hello World and comments explained - Objective-C
//Esto es un single-line comment
NSLog(@"Hello World");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment