add static assertion

This commit is contained in:
Robert 2022-12-17 23:03:36 +01:00
parent b284e2ebab
commit 62825d5d28
5 changed files with 17 additions and 9 deletions

View file

@ -16,6 +16,6 @@ fn main() {
direction *= -1;
}
sleep(Duration::from_millis(50));
sleep(Duration::from_millis(40));
}
}