We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de6525 commit f02a658Copy full SHA for f02a658
examples/README.md
@@ -12,7 +12,7 @@ First ensure ystdlib has been installed. For example, after
12
cmake --install "./build" --prefix "./build/examples/ystdlib"
13
```
14
15
-To build the examples run:
+To build the examples, run:
16
17
```shell
18
cmake -S "./examples" -B "./build/examples" -Dystdlib_ROOT="./build/examples/ystdlib"
@@ -30,3 +30,5 @@ Run the example program as follows:
30
31
./build/examples/debug/linking-tests
32
33
+
34
+On success, the exit code will be 0 with no output printed.
0 commit comments