From 8a291cba4e94a3fec202dd79e05ab31c1b61b2f7 Mon Sep 17 00:00:00 2001 From: dialntone Date: Fri, 19 Jan 2018 00:53:38 -0600 Subject: [PATCH] Add prit statement --- HelloToTheUniverse/Greeting.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HelloToTheUniverse/Greeting.swift b/HelloToTheUniverse/Greeting.swift index 26688e6..cced4c7 100644 --- a/HelloToTheUniverse/Greeting.swift +++ b/HelloToTheUniverse/Greeting.swift @@ -14,7 +14,8 @@ class Greeting { // We created the function for you! Press command + u to run the tests. - func helloUniverse() -> String { + func helloUniverse() -> String { + print("Hello BITCHES!! What's up.") return "Hello Universe!" }