Grey Code

326
reputation
5
19

NSString *developer;

int R = 128; int G = 128; int B = 128;

developer = [NSString stringWithFormat:@"%d %d %d Code",R,G,B];

NSLog(@"Developer - %@",developer);