Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Latest commit

 

History

History
54 lines (46 loc) · 1.79 KB

README.md

File metadata and controls

54 lines (46 loc) · 1.79 KB

Advent of Code

Hey there 👋

This repository exists just for me to host my Advent of Code solutions.

I don't promise that this code is S tier, but it works.

Feel free to shit talk it.

Folder Structure

    README.md                          # You're here
    ├── 2022                           # Year
    │      └── 01                      # Day
    │           ├── main.py            # Main File
    │           └── input              # Input
    └── ...

Days

2022