Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankvdstam/adventofcode
Public repository of my (naive) solutions to AdventOfCode problems. Some solutions were stolen from reddit, all properly credited. Play along here: https://adventofcode.com
https://github.com/frankvdstam/adventofcode
Last synced: 21 days ago
JSON representation
Public repository of my (naive) solutions to AdventOfCode problems. Some solutions were stolen from reddit, all properly credited. Play along here: https://adventofcode.com
- Host: GitHub
- URL: https://github.com/frankvdstam/adventofcode
- Owner: FrankvdStam
- Created: 2018-12-21T14:43:38.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T19:52:38.000Z (9 months ago)
- Last Synced: 2024-02-11T21:17:06.840Z (9 months ago)
- Language: C#
- Homepage: https://adventofcode.com
- Size: 5.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode
Public repository of my (naive) solutions to AdventOfCode problems. Some solutions were stolen from reddit, all properly credited.
Play along here: https://adventofcode.comMerged C#, C and Rust together into the same repository.
Slowly fixing all old solutions to a new format and removing all puzzle inputs where they still remain.