Update hi.m

This commit is contained in:
dkhamsing 2015-12-23 03:20:22 -08:00
parent 2a80a30a19
commit 11a79724c0
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
@implementation Hello @implementation Hello
NSString *hi() { NSString *hi() {
return @"Hello world" return @"Hello world";
} }
@end @end