Day 1: Solving first challenge

This commit is contained in:
2020-12-01 22:15:23 +01:00
commit 0a947a559e
6 changed files with 315 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "aoc_2020"
version = "0.1.0"
description = "Advent of code 2020"
authors = ["Domenico Testa"]
[tool.poetry.dependencies]
python = "~3.8"
requests = "^2.25.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"