Sha256: d6f04c77099f95c585938221b2fdad91fa46f4354ef0e2551226ac1edcb0dda5

Contents?: true

Size: 108 Bytes

Versions: 173

Compression:

Stored size: 108 Bytes

Contents

fun hello(name: String = "World"): String {
    return "Hello, ${if (name.isBlank()) "World" else name}!"
}

Version data entries

173 entries across 173 versions & 1 rubygems

Version Path
trackler-2.0.8.2 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.8.1 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.7.0 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.6.44 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.6.43 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.6.42 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.6.41 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.6.40 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.6.39 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.6.38 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.6.37 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.6.36 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.0.6.35 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt