https://github.com/schveiguy/adventofcode
Doing advent of code problems in D.
https://github.com/schveiguy/adventofcode
Last synced: 5 months ago
JSON representation
Doing advent of code problems in D.
- Host: GitHub
- URL: https://github.com/schveiguy/adventofcode
- Owner: schveiguy
- Created: 2023-12-07T22:18:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T04:44:48.000Z (about 1 year ago)
- Last Synced: 2025-03-14T19:16:37.531Z (9 months ago)
- Language: D
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Advent of code solutions
From [Advent of code](https://adventofcode.com)
In the best language of all: [dlang](https://dlang.org).
Organized by year, then by day.
Almost all programs accept input via a filename, some accept the input via parameters or no parameters. I used to store the puzzle inputs as files, but found that was [against the rules](https://old.reddit.com/r/adventofcode/wiki/faqs/copyright/inputs), and so now I only commit the code.
Don't look at the answers if you don't want to know how to do it.
If I am missing days, it's because I didn't get to them.