From a2f313429f99b63c2221a76bf6cc6af9bbec7e68 Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Sat, 4 Dec 2021 11:28:43 +0100 Subject: [PATCH] Added readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 781a106..f96915f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ -# aoc2021 +# Advent of Code 2021 -A description of this package. +See: [https://adventofcode.com/2021](https://adventofcode.com/2021) + +Solved in Swift 5.5. + +## Notes + +Xcode seems to have issues building this and doesn't like package resources. Build and run using `swift build && swift run`.