8 lines
267 B
Factor
8 lines
267 B
Factor
|
! 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
|