Compare commits

..

No commits in common. "ebd0de8fd8a5346cf47f4845ba72bfcd98af2fcb" and "02eb2a8d9a084d6e07516063ddc7a8c28876ab1d" have entirely different histories.

3 changed files with 1000 additions and 13 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
input.txt

1000
1/input.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +0,0 @@
# Advent of Code 2023
This repository contains solutions to puzzles found in Advent of Code 2023.
# Usage
Day one's code was written in Perl, and as such requires `perl`.
# License
The contents of this repository are published under the MIT license. See `LICENSE` for details.