From 278ac687ef3019ca72b6c5f34903b24196721888 Mon Sep 17 00:00:00 2001 From: hingyenyin Date: Wed, 13 Jul 2016 00:15:58 +0800 Subject: [PATCH] My first commit --- your-first-NSLog/FISAppDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/your-first-NSLog/FISAppDelegate.m b/your-first-NSLog/FISAppDelegate.m index 757a006..5e2dd8f 100644 --- a/your-first-NSLog/FISAppDelegate.m +++ b/your-first-NSLog/FISAppDelegate.m @@ -11,6 +11,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( * Hey! Write your code here! :D */ + NSLog(@"Hello, World!"); // do not alter return YES; //