diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..452e4aa Binary files /dev/null and b/.DS_Store differ diff --git a/HelloToTheUniverse/Base.lproj/Main.storyboard b/HelloToTheUniverse/Base.lproj/Main.storyboard index 3a2a49b..89bcb44 100644 --- a/HelloToTheUniverse/Base.lproj/Main.storyboard +++ b/HelloToTheUniverse/Base.lproj/Main.storyboard @@ -1,21 +1,42 @@ - - + + + + + - + + + - + - + - + + + + + + + + + + + diff --git a/HelloToTheUniverse/Greeting.swift b/HelloToTheUniverse/Greeting.swift index 26688e6..d2f8f02 100644 --- a/HelloToTheUniverse/Greeting.swift +++ b/HelloToTheUniverse/Greeting.swift @@ -14,7 +14,9 @@ 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 Arabi and I can fly") + return "Hello Universe!" }