โ— Shell
clean mode source โ†—

pkasila - Overview

var pkasila = Person(
  name = "Pavel Kasila",
  age = calendar.component(.year, from: Date()) - 2005,
  location = Coordinate2D(53.901577, 27.561010),
  languages = setOf("be", "en", "ru"),
  skills = setOf("swift", "kotlin", "java", "cpp", "python", "typescript", "nextjs")
)

pkasila.hi()

// Prints out: Hey! Nice to see you there ๐Ÿ˜Š