porting over AOC from previous years to a monorepo.
This commit is contained in:
commit
84c4cf9991
194 changed files with 30104 additions and 0 deletions
9
2020/pyproject.toml
Normal file
9
2020/pyproject.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "AOC-2020"
|
||||
version = "0.1.0"
|
||||
description = "Advent of code 2020 in python."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"pytest>=9.0.3",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue