struct Jctaoo: Boy, Developer {
var email: String {
"[email protected]"
}
static let unique = Jctaoo()
private init() {}
var mostInterestLangs: [Language] {
[.swift, .rust]
}
func sayHi() {
work(in: "🚀fusée code lab", to: "make fantastic open-source programs").say()
recently {
learning {
"Algorithms"
"Compilation Principles"
}
}.say()
bigFans(to: "Detective Conan").say()
❤(with: 🍊, when: "2021-10-27")
"✨ See my pined project below, you may lik these.".happyToSay()
}
}
mail(to: Jctaoo.unique)