aboutsummaryrefslogtreecommitdiff
path: root/2022/11/b.rs
diff options
context:
space:
mode:
Diffstat (limited to '2022/11/b.rs')
-rw-r--r--2022/11/b.rs7
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 @@
1mod common;
2use common::*;
3
4fn main() {
5 let mut monkeys = read_input();
6 println!("{}", res_after_n_rounds(&mut monkeys, 10000, 1));
7}

Generated with cgit - Back to sebastiano.tronto.net