feat: add quiz 3 cross-checker.

This commit is contained in:
2025-05-19 21:56:26 +08:00
parent a4624b477f
commit 3bfb4dde2e
9 changed files with 163 additions and 2 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# PLCT LAT TEST
## Build
```bash
make build
cd build
cmake ..
make
```
Three test will be in:
- mixplus
- counter
- cross-checker
There are unit-tests implemented by gtest.