From 65d5cf556a4c7a0e4d62bc259f1a3654adb4734d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 27 Jun 2025 13:52:01 +0200 Subject: Day 11 2022 --- 2022/11/a.rs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 2022/11/a.rs (limited to '2022/11/a.rs') diff --git a/2022/11/a.rs b/2022/11/a.rs new file mode 100644 index 0000000..0d0de04 --- /dev/null +++ b/2022/11/a.rs @@ -0,0 +1,7 @@ +mod common; +use common::*; + +fn main() { + let mut monkeys = read_input(); + println!("{}", res_after_n_rounds(&mut monkeys, 20, 3)); +} -- cgit v1.3