commit b0b067e55321594377f35283cf552f51062d5506 Author: Andrey Golikov Date: Mon Feb 9 20:38:51 2026 +0600 Initial commit diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..6324d40 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.14 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..f245b56 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[project] +name = "algorithms" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.14" +dependencies = []