2024-02 in factor

This commit is contained in:
Julien Dessaux 2024-12-07 14:46:53 +01:00
parent 4c205242a5
commit 25b4bd0a48
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,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