Fixing bugs

Bug in parsing single set in .experiment and bug in printing frequency
This commit is contained in:
elvis
2025-07-03 11:09:58 +02:00
parent c3a84cff2b
commit e0a7c61baa
3 changed files with 37 additions and 29 deletions

View File

@ -21,7 +21,7 @@ fn main() -> std::io::Result<()> {
// examples::run()?;
examples::limit_freq()?;
// examples::limit_freq()?;
examples::fast_freq()?;