diff options
-rw-r--r-- | 2024/01/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/02/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/03/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/04/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/05/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/06/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/07/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/08/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/09/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/10/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/11/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/12/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/13/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/14/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/15/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/16/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/17/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/18/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/19/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/20/python/pyproject.toml | 6 | ||||
-rw-r--r-- | 2024/22/python/pyproject.toml | 6 |
21 files changed, 126 insertions, 0 deletions
diff --git a/2024/01/python/pyproject.toml b/2024/01/python/pyproject.toml new file mode 100644 index 0000000..ed9dd6f --- /dev/null +++ b/2024/01/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-01" +version = "0.1.0" +description = "advent of code 2024-01" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/02/python/pyproject.toml b/2024/02/python/pyproject.toml new file mode 100644 index 0000000..7344524 --- /dev/null +++ b/2024/02/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-02" +version = "0.1.0" +description = "advent of code 2024-02" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/03/python/pyproject.toml b/2024/03/python/pyproject.toml new file mode 100644 index 0000000..683451d --- /dev/null +++ b/2024/03/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-03" +version = "0.1.0" +description = "advent of code 2024-03" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/04/python/pyproject.toml b/2024/04/python/pyproject.toml new file mode 100644 index 0000000..141044b --- /dev/null +++ b/2024/04/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-04" +version = "0.1.0" +description = "advent of code 2024-04" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/05/python/pyproject.toml b/2024/05/python/pyproject.toml new file mode 100644 index 0000000..720c539 --- /dev/null +++ b/2024/05/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-05" +version = "0.1.0" +description = "advent of code 2024-05" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/06/python/pyproject.toml b/2024/06/python/pyproject.toml new file mode 100644 index 0000000..8ad63e7 --- /dev/null +++ b/2024/06/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-06" +version = "0.1.0" +description = "advent of code 2024-06" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/07/python/pyproject.toml b/2024/07/python/pyproject.toml new file mode 100644 index 0000000..bbd42d3 --- /dev/null +++ b/2024/07/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-07" +version = "0.1.0" +description = "advent of code 2024-07" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/08/python/pyproject.toml b/2024/08/python/pyproject.toml new file mode 100644 index 0000000..e00a133 --- /dev/null +++ b/2024/08/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-08" +version = "0.1.0" +description = "advent of code 2024-08" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/09/python/pyproject.toml b/2024/09/python/pyproject.toml new file mode 100644 index 0000000..66c042a --- /dev/null +++ b/2024/09/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-09" +version = "0.1.0" +description = "advent of code 2024-09" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/10/python/pyproject.toml b/2024/10/python/pyproject.toml new file mode 100644 index 0000000..8458dc5 --- /dev/null +++ b/2024/10/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-10" +version = "0.1.0" +description = "advent of code 2024-10" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/11/python/pyproject.toml b/2024/11/python/pyproject.toml new file mode 100644 index 0000000..aa72c8e --- /dev/null +++ b/2024/11/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-11" +version = "0.1.0" +description = "advent of code 2024-11" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/12/python/pyproject.toml b/2024/12/python/pyproject.toml new file mode 100644 index 0000000..b36941b --- /dev/null +++ b/2024/12/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-12" +version = "0.1.0" +description = "advent of code 2024-12" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/13/python/pyproject.toml b/2024/13/python/pyproject.toml new file mode 100644 index 0000000..aae82b9 --- /dev/null +++ b/2024/13/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-13" +version = "0.1.0" +description = "advent of code 2024-13" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/14/python/pyproject.toml b/2024/14/python/pyproject.toml new file mode 100644 index 0000000..45527a8 --- /dev/null +++ b/2024/14/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-14" +version = "0.1.0" +description = "advent of code 2024-14" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/15/python/pyproject.toml b/2024/15/python/pyproject.toml new file mode 100644 index 0000000..0dfbb68 --- /dev/null +++ b/2024/15/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-15" +version = "0.1.0" +description = "advent of code 2024-15" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/16/python/pyproject.toml b/2024/16/python/pyproject.toml new file mode 100644 index 0000000..d38516f --- /dev/null +++ b/2024/16/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-16" +version = "0.1.0" +description = "advent of code 2024-16" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/17/python/pyproject.toml b/2024/17/python/pyproject.toml new file mode 100644 index 0000000..daf149a --- /dev/null +++ b/2024/17/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-17" +version = "0.1.0" +description = "advent of code 2024-17" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/18/python/pyproject.toml b/2024/18/python/pyproject.toml new file mode 100644 index 0000000..f1deef2 --- /dev/null +++ b/2024/18/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-18" +version = "0.1.0" +description = "advent of code 2024-18" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/19/python/pyproject.toml b/2024/19/python/pyproject.toml new file mode 100644 index 0000000..539ef74 --- /dev/null +++ b/2024/19/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-19" +version = "0.1.0" +description = "advent of code 2024-19" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/20/python/pyproject.toml b/2024/20/python/pyproject.toml new file mode 100644 index 0000000..4031bd1 --- /dev/null +++ b/2024/20/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-20" +version = "0.1.0" +description = "advent of code 2024-20" +requires-python = ">=3.13" +dependencies = [] diff --git a/2024/22/python/pyproject.toml b/2024/22/python/pyproject.toml new file mode 100644 index 0000000..7bd23d0 --- /dev/null +++ b/2024/22/python/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "aoc-2024-22" +version = "0.1.0" +description = "advent of code 2024-22" +requires-python = ">=3.13" +dependencies = [] |