Skip to content

Instantly share code, notes, and snippets.

@wirasetiawan29
Created November 14, 2015 04:55
Show Gist options
  • Save wirasetiawan29/4731fd1a793cda12accf to your computer and use it in GitHub Desktop.
Save wirasetiawan29/4731fd1a793cda12accf to your computer and use it in GitHub Desktop.
const int count = 10;
double price = 23.55;
NSString *firstMessage = @"Swift is awesome. ";
NSString *secondMessage = @"What do you think?";
NSString *message = [NSString stringWithFormat:@"%@%@", firstMessage, secondMessage];
NSLog(@"%@", message);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment