From ec2d8c531d142f36fe4e55aaf91828a18cb2f173 Mon Sep 17 00:00:00 2001 From: HJ Date: Wed, 20 Dec 2023 23:51:50 -0500 Subject: day 20 gleam in progress --- aoc2023/test/day20/day20_test.gleam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'aoc2023/test/day20/day20_test.gleam') diff --git a/aoc2023/test/day20/day20_test.gleam b/aoc2023/test/day20/day20_test.gleam index 2cbf670..92e8afb 100644 --- a/aoc2023/test/day20/day20_test.gleam +++ b/aoc2023/test/day20/day20_test.gleam @@ -19,8 +19,7 @@ const part1_examples: List(Example(Problem1AnswerType)) = [ %a -> b %b -> c %c -> inv -&inv -> a -", +&inv -> a", "32000000", ), Example( @@ -28,7 +27,8 @@ const part1_examples: List(Example(Problem1AnswerType)) = [ %a -> inv, con &inv -> b %b -> con -&con -> output", +&con -> output +output -> ", "11687500", ), ] -- cgit v1.2.3