Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fguchelaar/adventofcode2020
My solutions for the 2020 🦠edition of Advent of Code (https://adventofcode.com/2020)
https://github.com/fguchelaar/adventofcode2020
Last synced: 18 days ago
JSON representation
My solutions for the 2020 🦠edition of Advent of Code (https://adventofcode.com/2020)
- Host: GitHub
- URL: https://github.com/fguchelaar/adventofcode2020
- Owner: fguchelaar
- Created: 2020-11-30T15:27:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T22:21:46.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T00:07:02.891Z (about 2 months ago)
- Language: Swift
- Homepage:
- Size: 191 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2020
My solutions for the sixth installment of [Advent of Code](https://adventofcode.com/2020).
## Creating the 'packages'
I've prepared a _Template_ that can be used for each day, containing a package
of type `executable`. Just copy the template and set the correct number where
_NN_ is used.## Running the solutions
Simply run `swift run` in a folder to run the solution and get the answers. For
better perfomance use `swift run -c release`.For most days I've created unit-tests based on the example inputs. Run those
with `swift test`.