Skip to content

wysockipiotr/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽ„

aoc

Advent of Code

Code style: black

Quickstart
  1. Use Python ^3.8

$ pyenv local 3.8.6

  1. Make sure Poetry is installed for the selected Python interpreter

  2. Run the code for the daily puzzle


$ poetry run aoc solve --day DAY_NUMBER

Generating daily solution code

$ poetry run aoc create --day NEXT_DAY_NUMBER --name TASK_NAME

Running tests

$ poetry run pytest

Formatting

$ poetry run black .
$ poetry run isort .

About

๐ŸŽ„ Advent of Code

Topics

Resources

Stars

Watchers

Forks

Languages