1
0
Files
YYCCommonplace/benchmark/main.cpp
yyc12345 e7a05b3488 refactor: rename testbench to test.
- rename testbench to test.
- add benchmark for future development.
2025-09-29 13:34:02 +08:00

5 lines
52 B
C++

int main(int argc, char* argv[]) {
return 0;
}