Hello <𝚍𝚎𝚟𝚎𝚕𝚘𝚙𝚎𝚛𝚜/>! 🤘🏼
struct Human {
    let name: String
    let role: String
    let interests: [String]
    
    func sayHi() {
        print("Thanks for visiting. I'm an open book!")
    }
}
let esquilli = AwkwardHuman(
    name: "Pedro J. Fernandez",
    role: "iOS Software Engineer @ Doordash 🚗",
    interests: ["iOS", "UI/UX", "Bread", "League of Legends"]
)
esquilli.sayHi()You can find my website here 🌎

