finishing frequency

This commit is contained in:
elvis
2025-07-02 17:27:36 +02:00
parent f3ba949b82
commit fb3256c4a7
4 changed files with 120 additions and 26 deletions

View File

@ -13,13 +13,17 @@ fn main() -> std::io::Result<()> {
// examples::stats()?;
examples::freq()?;
// examples::freq()?;
examples::hoop()?;
// examples::hoop()?;
examples::target()?;
// examples::target()?;
examples::run()?;
// examples::run()?;
examples::limit_freq()?;
examples::fast_freq()?;
Ok(())
}