Skip to content

Esquilli/Esquilli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 

Repository files navigation

Hello <πšπšŽπšŸπšŽπš•πš˜πš™πšŽπš›πšœ/>! 🀘🏼

Twitter: Esquilli LinkedIn Gmail: esquillidev@gmail.com

struct AwkwardHuman {
    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 🌎

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published