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.48 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.47 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.46 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.45 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.44 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.43 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.42 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.41 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.40 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.39 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.38 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.37 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.36 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.34 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.33 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.32 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.31 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.30 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.29 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt
trackler-2.1.0.28 tracks/kotlin/exercises/hello-world/src/example/kotlin/HelloWorld.kt