From 3e1bbb7e5e58825adf7a31eb9ddbefa2678a1602 Mon Sep 17 00:00:00 2001 From: androomarkham Date: Wed, 29 Jun 2016 08:37:22 -0400 Subject: [PATCH] added hello, world to fisappdelegate --- your-first-NSLog/FISAppDelegate.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/your-first-NSLog/FISAppDelegate.m b/your-first-NSLog/FISAppDelegate.m index 757a006..679184a 100644 --- a/your-first-NSLog/FISAppDelegate.m +++ b/your-first-NSLog/FISAppDelegate.m @@ -5,6 +5,8 @@ @implementation FISAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { + + NSLog(@"Hello, World!"); /**