File size: 86 Bytes
497f2f3
 
 
1
2
3
for i in 1..101 {
  echo 'Door ${i} is ${i ** 0.5 % 1 > 0 ? "closed" : "open"}'
}