2024-03 in factor

This commit is contained in:
Julien Dessaux 2024-12-11 21:31:30 +01:00
parent 798b759a9c
commit e8941a3e0e
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 103 additions and 2 deletions

View file

@ -1,5 +1,5 @@
! Copyright (C) 2024 Julien (adyxax) Dessaux.
! See https://factorcode.org/license.txt for BSD license.
! See https://git.adyxax.org/adyxax/advent-of-code/tree/LICENSE for EUPL license.
USING: tools.test aoc.2024.02.private ;
IN: aoc.2024.02.tests

View file

@ -1,5 +1,5 @@
! Copyright (C) 2024 Julien (adyxax) Dessaux.
! See https://factorcode.org/license.txt for BSD license.
! See https://git.adyxax.org/adyxax/advent-of-code/tree/LICENSE for EUPL license.
USING: combinators.short-circuit.smart grouping io io.encodings.utf8 io.files
kernel math math.order math.parser prettyprint sequences splitting ;
IN: aoc.2024.02