Skip to content

Instantly share code, notes, and snippets.

View tadasr's full-sized avatar

Tadas Razmislavicius tadasr

View GitHub Profile
//: Playground - noun: a place where people can play
import UIKit
import XCTest
struct Product {
var name: String
var price : Double
}