I hadn’t seen Idris2. Thank you for providing me with a new rabbit hole!
I hadn’t seen Idris2. Thank you for providing me with a new rabbit hole!
ftfy
bool IsEven(int number) {
return !IsOdd(number);
}
bool IsOdd(int number) {
return !IsEven(number);
}
Probably confused why you bought packaged air, when your whole house is full of air already