Skip to content

Lloople/lloople

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

final class Lloople: Developer {

  static let name: String = "David Llop"
  
  static let location: String = "Girona"
  
  func work() -> Company {
    return Company(
      name: "GNA Hotel Solutions", 
      as: "Lead Backend Developer"
    )
  }
  
  func website() -> String {
    return "https://davidllop.com"
  }
  
  func contact(mail: Mail) -> Bool {
    return Mailer().to("[email protected]").send(mail)
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published