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.

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

Contact me