Comment on I wish

Karyoplasma@discuss.tchncs.de ⁨10⁩ ⁨months⁩ ago

while (true){
    if (number == 0) return true;
    if (number == 1) return false;
    number -= 2
}

source
Sort:hotnewtop