aboutsummaryrefslogtreecommitdiff
path: root/2024/02-Red-Nosed_Reports/02-tests.factor
blob: 64d34bd27021ae722ffd5ac7207351a1e85ffe5a (plain)
1
2
3
4
5
6
7
! Copyright (C) 2024 Julien (adyxax) Dessaux.
! See https://factorcode.org/license.txt for BSD license.
USING: tools.test aoc.2024.02.private ;
IN: aoc.2024.02.tests

{ 2 } [ "example" part1 ] unit-test
{ 4 } [ "example" part2 ] unit-test