An open API service indexing awesome lists of open source software.

https://github.com/manpen/aoc2023


https://github.com/manpen/aoc2023

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

This repo is meant to collect various solutions for the Advent of Code 2023 challenge.

# Participate

Fork this repository and work on your own local copy.
Add your inputs and solution into the appropriate `quizXX` folder.
If possible all files should be of the format `username.EXTENSION` --- if this is not possible, please create a folder `username` and put all necessary files into that on.

```text
quiz01
| manpen.py
| manpen.txt
| user2
| | src
| | | main.rs
| | Cargo.toml
...
```

Please create a pull-request against this repo; I will only merge after the challenge is over;
but everybody can look through the pull requests to see the solution of other participants.