https://www.hackingwithswift.com/100/64
This project does not have a GUI and has limited content, the goal being practicing debugging. Published for the sake of completion.
Debugging
From Hacking with Swift:
- Challenge 1
- Challenge 2
- Go back to project 5, and try adding a conditional breakpoint to the start of the submit() method that pauses only if the user submits a word with six or more letters.