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:
parent
23d76da749
commit
89eb4f4e45
2 changed files with 65544 additions and 0 deletions
|
@ -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
65542
src/tests.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue