Skip to content

Commit fe60d24

Browse files
committed
update README: added examples section with links
1 parent c0477f2 commit fe60d24

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cryptobot_algo
22
![C++ Standard](https://img.shields.io/badge/C%2B%2B-23-blue)
33
![CMake](https://img.shields.io/badge/CMake-3.28-informational)
4-
![GCC](https://img.shields.io/badge/GCC-13.2.0-blue)
4+
![GCC](https://img.shields.io/badge/GCC-14.2.0-blue)
55
![G++](https://img.shields.io/badge/G++-14.2.0-blue)
66
![Build System](https://img.shields.io/badge/build%20system-ninja-blue?logo=ninja)
77
![License](https://img.shields.io/github/license/linoxoidunix/cryptobot_algo)
@@ -27,3 +27,8 @@
2727
| benchmark | Microbenchmarking library by Google | [benchmark](https://github.com/google/benchmark) |
2828
| googletest | Testing framework (gtest/gmock) | [googletest](https://github.com/google/googletest) |
2929

30+
31+
## 📁 Examples
32+
33+
Usage examples can be found in the [examples/](./examples/) directory.
34+
Descriptions of all available examples and their functionality are provided in [examples/dsc.md](./examples/dsc.md).

0 commit comments

Comments
 (0)