aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/test/day2
diff options
context:
space:
mode:
authorJ.J <thechairman@thechairman.info>2023-12-05 03:30:12 -0500
committerJ.J <thechairman@thechairman.info>2023-12-05 03:30:12 -0500
commite3fc8bc189f87e2d42c54e340404fbcfd1e64f65 (patch)
tree723cb182e169bc3099eba284e6c02a00d5e722f4 /aoc2023/test/day2
parent8549ac47456f91ffc760d097f51c1aba9d689f70 (diff)
parenta2c26c374a2b450557cff307144812537a30a744 (diff)
downloadgleam_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.gleam5
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() {