100 days of SwiftUI
Hacking with Swift…one of the requirements of learning with this program is that you must access the material daily and post about your progress daily. I am going to write a program of notes for SAYC and this is the start of the process
variables, simple data types, and string interpolation
- learned to use the Swift playground
- variables using var
- constants using let
type safe; string and integers 8_000_000
strings and triple quoted strings