From 3f4a64b6e011ab6884b26b5e5e6cdcf45bc4640f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Tue, 20 Feb 2024 23:31:35 +0100 Subject: [PATCH] Removed puzzle and example inputs in accordance with the Advent of Code copyright notice --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d00ae95..ab74461 100644 --- a/README.md +++ b/README.md @@ -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?!