From e349f90f4e25bf85cf0d1cb2172e9b8f32448f2a Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 16 Jun 2016 01:06:53 -0400 Subject: [PATCH] My second commit --- your-first-NSLog/FISAppDelegate.m | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/your-first-NSLog/FISAppDelegate.m b/your-first-NSLog/FISAppDelegate.m index 757a006..ebbbd9a 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; //