diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2025-12-02 15:26:28 -0600 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2025-12-02 15:26:28 -0600 |
| commit | 0ccf10fd7ce7e8b6aff65a3bd8d4fb7bfb62ac57 (patch) | |
| tree | ceb19835eea02de50f86e7b47619fbd7fa584944 /day1/zig/src/input_sample.txt | |
| download | aoc25-0ccf10fd7ce7e8b6aff65a3bd8d4fb7bfb62ac57.tar.gz | |
day1
Diffstat (limited to 'day1/zig/src/input_sample.txt')
| -rw-r--r-- | day1/zig/src/input_sample.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/day1/zig/src/input_sample.txt b/day1/zig/src/input_sample.txt new file mode 100644 index 0000000..53287c7 --- /dev/null +++ b/day1/zig/src/input_sample.txt @@ -0,0 +1,10 @@ +L68 +L30 +R48 +L5 +R60 +L55 +L1 +L99 +R14 +L82 |
