Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fguchelaar/adventofcode2022
the most wonderful time of the year... Advent of Code solutions in Swift
https://github.com/fguchelaar/adventofcode2022
Last synced: 2 months ago
JSON representation
the most wonderful time of the year... Advent of Code solutions in Swift
- Host: GitHub
- URL: https://github.com/fguchelaar/adventofcode2022
- Owner: fguchelaar
- Created: 2022-11-30T23:17:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T22:08:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T13:04:52.560Z (3 months ago)
- Language: Swift
- Size: 876 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022
My solutions for the eight installment of [Advent of Code](https://adventofcode.com/2022).
## 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`.