Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subnut/aoc2023
My solutions for Advent of Code 2023
https://github.com/subnut/aoc2023
advent-of-code advent-of-code-2023 advent-of-code-2023-d aoc2023 aoc2023-in-d dlang
Last synced: 1 day ago
JSON representation
My solutions for Advent of Code 2023
- Host: GitHub
- URL: https://github.com/subnut/aoc2023
- Owner: subnut
- Created: 2023-12-12T11:40:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-20T11:29:31.000Z (11 months ago)
- Last Synced: 2023-12-20T15:41:16.773Z (11 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-d, aoc2023, aoc2023-in-d, dlang
- Language: D
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
All programs read the puzzle input from stdin
and output the answers to stdout
in this format -stage1:
stage2:Programs are written in the [D language](https://dlang.org)