While reviewing the documentation for the project on the following page: (https://wtdocs.readthedocs.io/zh/latest/docs/cpp/devenv.html), I noticed a small error in one of the code snippets. The documentation suggests using "gcc --v" to check the version of gcc on Linux, but it should actually be "gcc -v".
While reviewing the documentation for the project on the following page: (https://wtdocs.readthedocs.io/zh/latest/docs/cpp/devenv.html), I noticed a small error in one of the code snippets. The documentation suggests using "gcc --v" to check the version of gcc on Linux, but it should actually be "gcc -v".