better expansion

This commit is contained in:
nora 2022-10-06 23:03:19 +02:00
parent f5e8a3d51e
commit 958383f991
No known key found for this signature in database
3 changed files with 84 additions and 58 deletions

View file

@ -1,5 +1,5 @@
use is_even::IsEven;
fn main() {
println!("{}", 4.is_even());
4.is_even();
}