diff options
author | J.J <thechairman@thechairman.info> | 2023-12-05 03:30:12 -0500 |
---|---|---|
committer | J.J <thechairman@thechairman.info> | 2023-12-05 03:30:12 -0500 |
commit | e3fc8bc189f87e2d42c54e340404fbcfd1e64f65 (patch) | |
tree | 723cb182e169bc3099eba284e6c02a00d5e722f4 /aoc2023/test/day2 | |
parent | 8549ac47456f91ffc760d097f51c1aba9d689f70 (diff) | |
parent | a2c26c374a2b450557cff307144812537a30a744 (diff) | |
download | gleam_aoc-e3fc8bc189f87e2d42c54e340404fbcfd1e64f65.tar.gz gleam_aoc-e3fc8bc189f87e2d42c54e340404fbcfd1e64f65.zip |
Merge branch 'main' of https://github.com/hunkyjimpjorps/AdventOfCode
Diffstat (limited to 'aoc2023/test/day2')
-rw-r--r-- | aoc2023/test/day2/day2_test.gleam | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/aoc2023/test/day2/day2_test.gleam b/aoc2023/test/day2/day2_test.gleam index 6cddda1..28a65da 100644 --- a/aoc2023/test/day2/day2_test.gleam +++ b/aoc2023/test/day2/day2_test.gleam @@ -37,10 +37,7 @@ Game 4: 1 green, 3 red, 6 blue; 3 green, 6 red; 3 green, 15 blue, 14 red Game 5: 6 red, 1 blue, 3 green; 2 blue, 1 red, 2 green", 2286, ), - Example( - "Game 1: 3 blue, 4 red; 1 red, 2 green, 6 blue; 2 green", - 48, - ), + Example("Game 1: 3 blue, 4 red; 1 red, 2 green, 6 blue; 2 green", 48), ] pub fn part1_test() { |