#[cfg(test)] mod example { use day39::how_many_games; #[test] fn example() { assert_eq!(how_many_games(20, 3, 6, 80), 6); } }