diff --git a/README.md b/README.md index 99d98ee..cee58f9 100644 --- a/README.md +++ b/README.md @@ -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++ .cpp -o app && ./app +``` + +## License + +Apache-2.0 — see [LICENSE](LICENSE).