Skip to content

Instantly share code, notes, and snippets.

//: Playground - noun: a place where people can play
import Foundation
// Example struct
struct Customer: CustomStringConvertible {
let name: String
let age: Int
var description: String {