diff options
| author | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2023-12-03 07:14:20 +0200 |
|---|---|---|
| committer | Orfeas <38209077+0xfea5@users.noreply.github.com> | 2025-10-28 23:20:45 +0200 |
| commit | cf6612350766ab6fc196cfbc860853fb18dae4ec (patch) | |
| tree | d31dfaeb7d8776788b9f3b48fd1a3b808934fd6b /day01 | |
| parent | update init.sh (diff) | |
| download | aoc23-cf6612350766ab6fc196cfbc860853fb18dae4ec.tar.gz aoc23-cf6612350766ab6fc196cfbc860853fb18dae4ec.zip | |
day2 + example files
Diffstat (limited to 'day01')
| -rw-r--r-- | day01/example1.txt | 4 | ||||
| -rw-r--r-- | day01/example2.txt | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/day01/example1.txt b/day01/example1.txt new file mode 100644 index 0000000..7bbc69a --- /dev/null +++ b/day01/example1.txt | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | 1abc2 | ||
| 2 | pqr3stu8vwx | ||
| 3 | a1b2c3d4e5f | ||
| 4 | treb7uchet | ||
diff --git a/day01/example2.txt b/day01/example2.txt new file mode 100644 index 0000000..41aa89c --- /dev/null +++ b/day01/example2.txt | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | two1nine | ||
| 2 | eightwothree | ||
| 3 | abcone2threexyz | ||
| 4 | xtwone3four | ||
| 5 | 4nineeightseven2 | ||
| 6 | zoneight234 | ||
| 7 | 7pqrstsixteen | ||
