https://github.com/manpen/aoc2023
https://github.com/manpen/aoc2023
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manpen/aoc2023
- Owner: manpen
- Created: 2023-12-01T10:55:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-09T20:43:38.000Z (over 1 year ago)
- Last Synced: 2025-04-13T07:14:43.760Z (2 months ago)
- Language: Jupyter Notebook
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.