mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-15 08:55:02 +01:00
5 lines
53 B
Rust
5 lines
53 B
Rust
use is_even::IsEven;
|
|
|
|
fn main() {
|
|
4.is_even();
|
|
}
|