docs: flesh out README

This commit is contained in:
2026-05-11 20:14:44 +07:00
parent a2c00b62ff
commit 4b9fa02fc1
+19 -1
View File
@@ -1,2 +1,20 @@
# c-plus-plus
Vài project vui vui viết bằng cpp
Assorted small C++ hobby projects and experiments.
## Contents
| Folder | Description |
|--------|-------------|
| `Dai So Tuyen Tinh/` | Linear algebra exercises |
| `Project/1` `Project/5` | Numbered project exercises |
Open any folder in your C++ IDE or compile with:
```bash
g++ <file>.cpp -o app && ./app
```
## License
Apache-2.0 — see [LICENSE](LICENSE).