Skip to content

Den4200/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

It's that time of year again!

AoC CLI

usage: aoc.py [-h] [-c] [-r] [-t] [-v] [-s] day [part]

Advent of Code!

positional arguments:
  day              the day for the problem set
  part             the part of the problem set

optional arguments:
  -h, --help       show this help message and exit
  -c, --create     create the given day's workspace
  -r, --run        run the given day's solution
  -t, --timeit     time the given day's solution
  -v, --visualize  visualize the given day's solution
  -s, --submit     submit the given day's solution

Releases

No releases published

Packages

No packages published

Languages