```fun someFun(days: Int): Boolean { return days...
# getting-started
d
Copy code
fun someFun(days: Int): Boolean {
  return days == 0
}