2024-03 in factor
This commit is contained in:
parent
798b759a9c
commit
82bd6aa1c3
4 changed files with 103 additions and 2 deletions
7
2024/03-Mull_It_Over/03-tests.factor
Normal file
7
2024/03-Mull_It_Over/03-tests.factor
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue