1
Fork 0
mirror of https://github.com/RGBCube/is-even-u16 synced 2025-05-14 04:34:57 +00:00

Add tests

This commit is contained in:
RGBCube 2024-03-07 12:04:50 +03:00
parent 23d76da749
commit 89eb4f4e45
No known key found for this signature in database
2 changed files with 65544 additions and 0 deletions

View file

@ -1,3 +1,5 @@
mod tests;
pub fn is_even_u16(n: u16) -> bool {
if n == 0 {
return true;

65542
src/tests.rs Normal file

File diff suppressed because it is too large Load diff