wysockipiotr / aoc

πŸŽ„ Advent of Code

Home Page:https://adventofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽ„

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

https://adventofcode.com


Languages

Language:Python 100.0%