Added an example for the expected input file names in the readme

This commit is contained in:
Stefan Müller 2024-02-22 22:55:37 +01:00
parent 5b0a7996c5
commit eca6b8f3f9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This is a single command line application for all puzzles written in [FreePascal
## 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). In order to run the compiled application, the puzzle inputs have to be downloaded from the [Advent of Code 2023](https://adventofcode.com/2023/) puzzle pages, and placed as text files into the `bin\data` directory. The application will output an error with details, if it cannot find an input file.
This project does not contain the puzzle or example inputs as per the [copyright notice of Advent of Code](https://adventofcode.com/about). In order to run the compiled application, the puzzle inputs have to be downloaded from the [Advent of Code 2023](https://adventofcode.com/2023/) puzzle pages, and placed as text files into the `bin\data` directory, e.g. `bin\data\cube_conundrum.txt` or `bin\data\example\cube_conundrum.txt`. The application will output an error with details, if it cannot find an input file.
## Day 1: Trebuchet?!