1 2 3 4 5 6 7 8 9
```bash cmake -B build cmake --build build ./build/main ``` ```bash docker run --rm -it $(docker build -q .) ```