diff --git a/Sources/main.swift b/Sources/main.swift index 21b2fee..b91fee4 100644 --- a/Sources/main.swift +++ b/Sources/main.swift @@ -20,6 +20,7 @@ repeat //game loop repeat { + print("Try \(tries+1)") if AwaitAnswer() { print("You broke the code! Congratulations!") //add how many tries it took