fist commit

This commit is contained in:
Lukian 2024-10-23 11:39:10 +02:00
commit b7d32b1a55
9 changed files with 28 additions and 0 deletions

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# Ultra Mastermind Resolution Implementation in Python
## Installation
- `python -m venv .venv`
- `source .venv/bin/activate`
- `pip install -r requirements.txt`
- `python main.py`
## Documentation
*TODO*