Add README.md

This commit is contained in:
2026-05-27 11:11:31 +00:00
parent 937e88de7f
commit 5716f899cb
+9
View File
@@ -0,0 +1,9 @@
# Task 69dd4221f309a98be0006b2e
## Задача
Convert a raw text file into a flat JSON card.
### Usage
```bash
python main.py input.txt output.json
```