advent-of-code/2024/01-Historian_Hysteria/01-tests.factor

8 lines
265 B
Factor
Raw Permalink Normal View History

2024-12-07 01:35:34 +01:00
! 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.01.private ;
IN: aoc.2024.01.tests
{ 11 } [ "example" part1 ] unit-test
{ 31 } [ "example" part2 ] unit-test