Sha256: 0320afed0a55155f543a916a64c1f10b6067fc95e5984ebdac9cfe6293415a1e
Contents?: true
Size: 235 Bytes
Versions: 33
Compression:
Stored size: 235 Bytes
Contents
#import <Foundation/Foundation.h> #import "HelloWorldExample.h" @implementation HelloWorld - (NSString *)hello:(NSString *)name { if(!name) { name = @"World"; } return [NSString stringWithFormat:@"Hello, %@!", name]; } @end
Version data entries
33 entries across 33 versions & 1 rubygems