Skip to content

Profile page readme

Notifications You must be signed in to change notification settings

kotleni/kotleni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

Welcome to Swift and Kotlin developer page.

let me = User(
  fullName: "Viktor Varenik",
  username: "kotleni",
  gender: .male,
  age: 0x15, // 21
  
  contacts: [
    .email(address: "yavarenikya@gmail.com"),
    .telegram(url: "t.me/kotleni"),
    .linkedIn(url: "linkedin.com/in/victor-varenik-73324122a/"),
    .twitter(url: "twitter.com/kotleni_")
  ]
)

Contact me