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

omznc/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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