Проектная работа - WIP
This commit is contained in:
@@ -36,3 +36,10 @@ fn test_floor() {
|
||||
fn test_zero() {
|
||||
dbg!(-0.0_f32 == 0.0_f32);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_ranges() {
|
||||
for x in 0..5 {
|
||||
dbg!(x);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user