Day 4 - Loops

Day 4 of 100 days of Swift course by Paul Hudson

Basic Loops.

I'm getting caught on places where their is a syntax error elsewhere.

while True
    print("The loop is missing an opening brace")
}

https://gist.github.com/bitterpilot/7ab3e1d57c16e5592a023b1b1b4f416c#file-day-4-swift