From 47ce38874aef87fffa1b2a5e7c1578dafae2a9c9 Mon Sep 17 00:00:00 2001 From: Matt Tripodi Date: Fri, 12 Aug 2016 15:55:45 -0400 Subject: [PATCH] My first NSLog --- your-first-NSLog/FISAppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/your-first-NSLog/FISAppDelegate.m b/your-first-NSLog/FISAppDelegate.m index 757a006..5215073 100644 --- a/your-first-NSLog/FISAppDelegate.m +++ b/your-first-NSLog/FISAppDelegate.m @@ -11,7 +11,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( * Hey! Write your code here! :D */ - + NSLog(@"Hello, World!"); // do not alter return YES; // } ///////////////