C++ coursework exercises for CW3 (WSL/Ubuntu).
.gitignore– ignores OS/build artefacts (e.g..DS_Store)- Other files: data / notes / experiments
- C++17 compiler (e.g.
g++) - Tested on WSL (Ubuntu)
From the repo root:
g++ -std=c++17 test.cpp -o test
```bash