Open koraysels opened 2 years ago
Describe the problem typo
In which step of the codelab can this issue be found? step 3 part 3
Steps to reproduce? println("scientific.get("swordtail""))
println("scientific.get("swordtail""))
should be
println(scientific.get("swordtail"))
codelab: kotlin-bootcamp
Describe the problem typo
In which step of the codelab can this issue be found? step 3 part 3
Steps to reproduce?
println("scientific.get("swordtail""))
should be
println(scientific.get("swordtail"))
codelab: kotlin-bootcamp