diff --git a/.DS_Store b/.DS_Store index ec9f6f7..0039fba 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 757a006..e367bab 100644 --- a/your-first-NSLog/FISAppDelegate.m +++ b/your-first-NSLog/FISAppDelegate.m @@ -6,11 +6,7 @@ @implementation FISAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - /** - - * Hey! Write your code here! :D - - */ + NSLog(@"Hello World!"); // do not alter return YES; //