c++ benchmark

This commit is contained in:
2024-08-11 00:03:33 +03:00
parent f1d2f49f3c
commit 519053708d
3 changed files with 30 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
# C++
## std
- [`__cplusplus`](__cplusplus.cpp) - Отображает версию языка C++
- [`std::filesystem`](list_files_in_folder.cpp) - Получение списка файлов в директории
- [`benchmark.cpp`](benchmark.cpp) - Время выполнения операции в секундах
- []() -