Skip to content
/ aoc Public

My solutions for the advent of code problems.

Notifications You must be signed in to change notification settings

serizawan/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

My solution scripts for the advent of code problems.

For year U (format YYYY), problem V (two digits format, padded with zeroes XX), you can run the solution script of part W (a or b) with:

python U/pV/pVW.py U/pV/in.txt

For example, for problem 1 of year 2022 part A:

python 2022/p01/p1a.py 2022/p01/in.txt

Tested with:

  • 2019: Python 3.8
  • 2020: Python 3.8
  • 2021: Python 3.9.1
  • 2022: Python 3.9.1

About

My solutions for the advent of code problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages