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)
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Lloople/lloople
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published