diff options
Diffstat (limited to '2022/11/b.rs')
| -rw-r--r-- | 2022/11/b.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2022/11/b.rs b/2022/11/b.rs new file mode 100644 index 0000000..7886522 --- /dev/null +++ b/2022/11/b.rs | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | mod common; | ||
| 2 | use common::*; | ||
| 3 | |||
| 4 | fn main() { | ||
| 5 | let mut monkeys = read_input(); | ||
| 6 | println!("{}", res_after_n_rounds(&mut monkeys, 10000, 1)); | ||
| 7 | } | ||
