adventofcode/2023/02/part1.t

12 lines
133 B
Perl
Raw Normal View History

2023-12-01 18:03:18 +00:00
use 5.38.0;
use Test2::V0;
use Path::Tiny;
use Part1;
my $input = path('input')->slurp;
is Part1::solution_1($input) => 'TODO';