From b19f03e2121e45364429ab743df33d39b5e71f08 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Thu, 6 Jan 2022 23:51:39 -0500 Subject: [PATCH] init day11 --- inputs/11_test.txt | 10 ++++++++++ src/lib.rs | 1 + 2 files changed, 11 insertions(+) create mode 100644 inputs/11_test.txt diff --git a/inputs/11_test.txt b/inputs/11_test.txt new file mode 100644 index 0000000..a3819c9 --- /dev/null +++ b/inputs/11_test.txt @@ -0,0 +1,10 @@ +5483143223 +2745854711 +5264556173 +6141336146 +6357385478 +4167524645 +2176841721 +6882881134 +4846848554 +5283751526 \ No newline at end of file diff --git a/src/lib.rs b/src/lib.rs index 9e5e485..f1e10bc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,3 +5,4 @@ pub(crate) mod day9; pub(crate) mod day10; +pub(crate) mod day11;