Skip to content
View sebastianlivoni's full-sized avatar

Block or report sebastianlivoni

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
sebastianlivoni/README.md

Hey there ๐Ÿ‘‹

struct Developer {
  let name = "Sebastian Livoni"
  let pronouns = "he/him/his"
  let age = 22
  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()

Highlights

Links

Pinned Loading

  1. personal-website personal-website Public

    The source code behind my personal website: https://livoni.me

    TypeScript 1

  2. sebastianlivoni sebastianlivoni Public

    Config files for my GitHub profile.