Skip to content

Instantly share code, notes, and snippets.

@justinwyer
Last active December 12, 2015 09:18
Show Gist options
  • Save justinwyer/4750119 to your computer and use it in GitHub Desktop.
Save justinwyer/4750119 to your computer and use it in GitHub Desktop.
Simplest way to make the test pass.
@implementation Card {
}
- (int)match:(NSArray *)cards {
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment