struct Developer {
let name = "Sebastian Livoni"
let pronouns = "he/him/his"
let age = 24
let role = "Swift Developer"
let location = "Denmark ๐ฉ๐ฐ"
let languages = ["da_DK", "en_US"]
let skills = ["JavaScript", "Swift", "C", "C#"]
func sayHi() {
print("Hey, thanks for dropping by, feel free to have a look at my work!")
}
}
let me = Developer()
me.sayHi()
- Aalborg - Denmark
-
17:13
(UTC +01:00)
Pinned 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.


