Skip to content

dc27/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aoc

Advent of Code Solutions Repo

I've taken part in Advent of Code since 2021.

Since each problem has two parts the repo is structured so there is one folder per day per year. That is:

- year
    - day_01
        - part1.py
        - part2.py

It's frowned upon to post personal inputs. Every solution I write relies on an ignored file ('input.txt'), this is where you should copy your own personal input for testing.

About

Advent of Code Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages