diff --git a/.DS_Store b/.DS_Store index d560555..d668f06 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/your-first-NSLog/FISAppDelegate.m b/your-first-NSLog/FISAppDelegate.m index 0add2dc..202ac15 100644 --- a/your-first-NSLog/FISAppDelegate.m +++ b/your-first-NSLog/FISAppDelegate.m @@ -20,7 +20,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( // HEY! // write your code here! :D - + NSLog(@"Hello, World!"); return YES; // except don't touch this line }