+ 1
bug in Kotlin lesson
bug in Kotlin lesson . Entry and exit do not match https://disk.yandex.ru/i/Zgi--bPmG81XQQ
6 ответов
+ 2
Шилин Дмитрий Юрьевич
The link you have provided leads to an external link.
So assuming this is not a Sololearn lesson, can you provide more detail without the link
+ 1
14.2 Practice
Vertical Text
You need to make a string as input and output it vertically, each letter on a new line.
Sample Input:
hello
Sample Output:
h
e
l
l
o
fun main(args: Array<String>) {
var input = readLine()
println(input)
}
test passed
+ 1
Шилин Дмитрий Юрьевич
Yes there is bug in this task.
+ 1
external link to the picture screenshot as there is no way to show it here
+ 1
Шилин Дмитрий Юрьевич
There is another way take screenshot and upload in Feed Posts section then share link of that post.
0
I think they all have that problem.
https://www.sololearn.com/post/1281744/?ref=app