This commit is contained in:
nora 2022-10-06 21:31:02 +02:00
commit a2bc92d651
No known key found for this signature in database
10 changed files with 1548 additions and 0 deletions

View file

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