Skip to content

Instantly share code, notes, and snippets.

View LehlohonoloIsaac's full-sized avatar
😀
I may be slow to respond.

Lehlohonolo LehlohonoloIsaac

😀
I may be slow to respond.
  • Johannesburg
View GitHub Profile
struct User {
let name: String
}
//: Playground - noun: a place where people can play
import UIKit
import XCTest
struct Product {
var name: String
var price : Double
}