let procrastinating : Bool = true
VStack {
   Spacer()
   Text(“hi”)
   Text(“I’m learning swift now- uh yeah.”)
   Spacer()
}

comments