Skip to content

Commit f46be8e

Browse files
committed
Add print statement
1 parent 00f5e2a commit f46be8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

HelloToTheUniverse/Greeting.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class Greeting {
1414

1515
// We created the function for you! Press command + u to run the tests.
1616

17-
func helloUniverse() -> String {
17+
func helloUniverse() -> String {
18+
print("Hello Everyone Thereeee")
1819
return "Hello Universe!"
1920
}
2021

0 commit comments

Comments
 (0)