Sha256: f951172312e3baf030e74eb08537db844c44974efc17a965ca9cfeb5cd5d4b62
Contents?: true
Size: 384 Bytes
Versions: 103
Compression:
Stored size: 384 Bytes
Contents
// // TwoFerExample.m // xobjectivecTest // // Created by Rob Hudson on 11/30/17. // Copyright © 2017 exercism. All rights reserved. // #import "TwoFerExample.h" @implementation TwoFer + (NSString *)twoFerWithName:(NSString *)name { if (!name) { name = @"you"; // !OCLint } return [NSString stringWithFormat:@"One for %@, one for me.", name]; } @end
Version data entries
103 entries across 103 versions & 1 rubygems