Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fguchelaar/adventofcode2016
My solutions for 'Advent of Code 2016'
https://github.com/fguchelaar/adventofcode2016
Last synced: 18 days ago
JSON representation
My solutions for 'Advent of Code 2016'
- Host: GitHub
- URL: https://github.com/fguchelaar/adventofcode2016
- Owner: fguchelaar
- License: mit
- Created: 2016-11-27T19:50:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T10:30:21.000Z (about 8 years ago)
- Last Synced: 2024-10-30T00:07:03.822Z (about 2 months ago)
- Language: Swift
- Size: 259 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2016
My solutions for '[Advent of Code 2016](http://adventofcode.com)'.
---
I started of by doing the assignments in a Xcode Playground, but switched over to plain *command line tool* projects for performance reasons.
Reusable functions are moved to the `Generic` folder.