From 6a2766ecf36273a1d36a9d1ad5064d732a6f1cb7 Mon Sep 17 00:00:00 2001 From: Garrett Hoffman Date: Sat, 29 Dec 2018 16:44:57 -0500 Subject: [PATCH] Complete problems --- HelloToTheUniverse/Greeting.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HelloToTheUniverse/Greeting.swift b/HelloToTheUniverse/Greeting.swift index 26688e67..b71aa8fd 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("My name is Buzz and I can fly") return "Hello Universe!" }