This is a collection of familiarization exercises in Swift. They'll suffer from ignorance of writing idiomatic code. My goal is to iterate on these as fluency develops and leave them up for the brave.
In short:
- Caveat Lector
- Don't Be A Jerk
Yours Truly,
Erik Hollembeak
Have you seen this yet:
result = x == y ? true : false
Which is the same as:
So FizzBuzz can also be written as such using Swift: