meta: initial commit (archival)

This commit is contained in:
2023-12-27 14:33:55 -05:00
commit 5f381f9ad5
8 changed files with 1408 additions and 0 deletions

13
string_sum/pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[tool.poetry]
name = "string-sum"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"