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.1.0.27 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.26 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.25 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.24 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.23 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.22 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.21 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.20 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.19 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.18 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.17 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.16 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.15 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.14 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.13 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.12 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.11 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.10 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.9 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.8 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt