jetbrains-academy / kotlin-onboarding-introduction

The introduction to the Kotlin Onboarding course
MIT License
9 stars 2 forks source link

Introduction/Warm up/Finish the game #154

Closed edutools-service closed 4 months ago

edutools-service commented 1 year ago

Tests are bad - said Correct for wrong fun safeUserInput(wordLength: Int, alphabet: String) { println("Please input your guess. It should be of length $wordLength, and each symbol should be from the alphabet: $alphabet.") val input = safeReadLine() - (function is not done yet)

Daoortor commented 4 months ago

Input validation is not part of the task in newer versions of the course, so this issue is obsolete.