Skip to content

Instantly share code, notes, and snippets.

@devwolf75
devwolf75 / Playground
Created April 11, 2015 00:19
SISCTI40 Swift Basico... con errores jeje
import UIKit
var str = "Hello Playground"
//Instanciacion de datos
var dato1: Int = 3
let dato2: Int = 4
//Inferencia
var dato3 = 3