1 line
97 B
Text
1 line
97 B
Text
echo("Open doors are " + (1..100).toList.findAll { it.toFloat.pow(0.5f).toInt.pow(2) == it})
|