advent-of-code/2024/02-Red-Nosed_Reports/02-tests.factor

8 lines
263 B
Factor
Raw Normal View History

2024-12-07 14:46:53 +01:00
! Copyright (C) 2024 Julien (adyxax) Dessaux.
2024-12-11 21:31:30 +01:00
! See https://git.adyxax.org/adyxax/advent-of-code/tree/LICENSE for EUPL license.
2024-12-07 14:46:53 +01:00
USING: tools.test aoc.2024.02.private ;
IN: aoc.2024.02.tests
{ 2 } [ "example" part1 ] unit-test
{ 4 } [ "example" part2 ] unit-test