Initial commit

This commit is contained in:
2026-02-09 20:38:51 +06:00
commit b0b067e553
3 changed files with 8 additions and 0 deletions

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.14

0
README.md Normal file
View File

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "algorithms"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []