2024-01 in factor

This commit is contained in:
Julien Dessaux 2024-12-07 01:35:34 +01:00
parent fe5c243db7
commit cdee7f76a0
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 40 additions and 0 deletions

View 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.01.private ;
IN: aoc.2024.01.tests
{ 11 } [ "example" part1 ] unit-test
{ 31 } [ "example" part2 ] unit-test