Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshilshah/adventofcode
My solutions for Advent of Code puzzles, written in Swift
https://github.com/harshilshah/adventofcode
advent-of-code advent-of-code-2018 advent-of-code-2019 advent-of-code-2020
Last synced: 4 days ago
JSON representation
My solutions for Advent of Code puzzles, written in Swift
- Host: GitHub
- URL: https://github.com/harshilshah/adventofcode
- Owner: HarshilShah
- Created: 2018-11-30T12:11:55.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T04:58:31.000Z (about 2 years ago)
- Last Synced: 2023-08-06T13:39:13.756Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2018, advent-of-code-2019, advent-of-code-2020
- Language: Swift
- Homepage:
- Size: 455 KB
- Stars: 28
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Advent of Code
My solutions for Advent of Code puzzles, written in Swift.
Every solutions is implemented as a single Swift file, organised within a Playground for each year for ease of use.
The run button within Xcode only runs a file in debug mode, so performance wonʼt be great. To run a dayʼs solution in optimised mode, use:
```
swift -O
```