aboutsummaryrefslogtreecommitdiff
path: root/2022/11/b.rs
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-06-27 13:52:01 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-06-27 13:52:01 +0200
commit65d5cf556a4c7a0e4d62bc259f1a3654adb4734d (patch)
tree2b38870369c94a0eaa0f8fef46bd1337b007bebc /2022/11/b.rs
parent0e6bebb63d5795ca9143b9713d1d82ebec8d7e03 (diff)
downloadaoc-65d5cf556a4c7a0e4d62bc259f1a3654adb4734d.tar.gz
aoc-65d5cf556a4c7a0e4d62bc259f1a3654adb4734d.zip
Day 11 2022
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