tolgatel / aoc2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

About


Languages

Language:Rust 93.7%Language:Jupyter Notebook 6.3%