Fixing Freq, now main functions

This commit is contained in:
elvis
2025-07-02 07:30:05 +02:00
parent eba5d1266d
commit 2e16e2b002
6 changed files with 23 additions and 14 deletions

View File

@ -15,11 +15,11 @@ fn main() -> std::io::Result<()> {
examples::freq()?;
// examples::hoop()?;
examples::hoop()?;
// examples::target()?;
examples::target()?;
// examples::run()?;
examples::run()?;
Ok(())
}