aboutsummaryrefslogtreecommitdiff
path: root/2024/03-Mull_It_Over/03-tests.factor
blob: e2a9d39a9b2a4fc1461ab2a6944a0796bfd595e1 (plain)
1
2
3
4
5
6
7
! 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