diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5f1ae3a Binary files /dev/null and b/.DS_Store differ diff --git a/HelloToTheUniverse/Greeting.swift b/HelloToTheUniverse/Greeting.swift index 26688e6..b89e2bb 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("I love Swift!") return "Hello Universe!" }