Frequency struct for positive rs

Also loops now in LoopEnvironment trait
This commit is contained in:
elvis
2025-09-05 13:13:35 +02:00
parent aa0f795fae
commit fd33af456a
9 changed files with 879 additions and 564 deletions

View File

@ -9,7 +9,7 @@ fn main() {
match presets::run(input) {
Ok(()) => {},
Err(e) => {println!("{e}")}
Err(e) => println!("{e}")
}
println!("{} milliseconds elapsed", now.elapsed().as_millis());