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: 3 months ago
JSON representation

My solutions for Advent of Code 2023

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)