7 lines
239 B
Factor
7 lines
239 B
Factor
! 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
|