advent-of-code/2024/03-Mull_It_Over/03-tests.factor

8 lines
267 B
Factor
Raw Normal View History

2024-12-11 21:31:30 +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.03.private ;
IN: aoc.2024.03.tests
{ 161 } [ "example" part1 ] unit-test
{ 48 } [ "example2" part2 ] unit-test