Skip to content

Instantly share code, notes, and snippets.

@reisdev
Created May 16, 2022 14:22
Show Gist options
  • Save reisdev/11a8cdac5ff940566661b75aca96fc4b to your computer and use it in GitHub Desktop.
Save reisdev/11a8cdac5ff940566661b75aca96fc4b to your computer and use it in GitHub Desktop.
Tipos em Swift
let meuTexto: String = "Este é um texto"
let contador: Int = 0
let medida: Float = 2.5
let valor: Double = 10.0
let hoje: Date = Date()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment