diff --git a/HelloToTheUniverse.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/HelloToTheUniverse.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/HelloToTheUniverse.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/HelloToTheUniverse/Greeting.swift b/HelloToTheUniverse/Greeting.swift index 26688e6..b71aa8f 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!" } diff --git a/unixfile.txt b/unixfile.txt new file mode 100644 index 0000000..e69de29