1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-11 15:54:30 +01:00

Update hi.m

This commit is contained in:
dkhamsing 2015-12-23 03:20:22 -08:00
parent 2a80a30a19
commit 11a79724c0

View File

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