class Attributes extends xLaming {
def contact(): (String, String, String) = {
val discord = "xlaming"
val email = "paulo@wnfstudios.com"
(discord, email)
}
def life(): (List[String], Int) = {
val languages = List("Portuguese", "Arabic", "Spanish", "English", "Italian")
val age = 24
(languages, age)
}
def coding(): (Map[String, List[String]], List[String], List[String]) = {
val languages = Map(
"expert" -> List("php", "python", "javascript"),
"intermediate" -> List("bash", "asterisk"),
"learning" -> List("c", "c++", "go", "swift", "scala")
)
val specialities = List("web/app", "servers", "reverse engineering")
val environment = List("vscode")
(languages, specialities, environment)
}
}
🌎
I'm always available.
If you need something, feel free to contact me!
Highlights
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.