Removed puzzle and example inputs in accordance with the Advent of Code copyright notice
This commit is contained in:
parent
cccf5693f7
commit
3f4a64b6e0
|
@ -4,6 +4,10 @@ Solver for [Advent of Code 2023](https://adventofcode.com/2023/) puzzles.
|
|||
|
||||
This is a single command line application for all puzzles written in [FreePascal](https://www.freepascal.org) with [Lazarus](https://www.lazarus-ide.org/) 2.2.6 and compiled with FPC 3.2.2.
|
||||
|
||||
## Puzzle Input
|
||||
|
||||
This project does not contain the puzzle or example inputs as per the [copyright notice of Advent of Code](https://adventofcode.com/about).
|
||||
|
||||
## Day 1: Trebuchet?!
|
||||
|
||||
<https://adventofcode.com/2023/day/1>
|
||||
|
|
Loading…
Reference in New Issue