From c4424072e08da92a2dbe6e99f0135371368c7866 Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Thu, 4 Dec 2025 02:16:03 +0200 Subject: day01 --- day01/tests/test1.input | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 day01/tests/test1.input (limited to 'day01/tests/test1.input') diff --git a/day01/tests/test1.input b/day01/tests/test1.input new file mode 100644 index 0000000..53287c7 --- /dev/null +++ b/day01/tests/test1.input @@ -0,0 +1,10 @@ +L68 +L30 +R48 +L5 +R60 +L55 +L1 +L99 +R14 +L82 -- cgit v1.2.3