Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 138 Bytes

index.md

File metadata and controls

10 lines (10 loc) · 138 Bytes
val me = person {
    name = "Ubaier Bhat"
    skills = listOf(
        "kotlin",
        "java",
        "android"
    )
}