blob: 3e0ae245bbab75387097a2b324abc11a29ec87b2 (
plain)
1
2
3
4
5
6
7
|
! Copyright (C) 2024 Julien (adyxax) Dessaux.
! See https://git.adyxax.org/adyxax/advent-of-code/tree/LICENSE for EUPL license.
USING: tools.test aoc.2024.02.private ;
IN: aoc.2024.02.tests
{ 2 } [ "example" part1 ] unit-test
{ 4 } [ "example" part2 ] unit-test
|