We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8bfa5 commit 49f61cdCopy full SHA for 49f61cd
README.md
@@ -55,7 +55,8 @@ All dependencies and tools are defined in `pyproject.toml` for deterministic env
55
├── .pre-commit-config.yaml # Pre-commit hooks configuration
56
├── main.py # Main script to manage tasks and run solutions
57
├── pyproject.toml # Project dependencies and configuration
58
-└── README.md
+├── README.md
59
+└── uv.lock
60
```
61
62
- `aoc/`: Auth, input reading, submission, test/utility modules.
0 commit comments