3 lines
39 B
Plaintext
3 lines
39 B
Plaintext
|
bool notzero(int i) {
|
||
|
return i != 0;
|
||
|
}
|