Skip to content

Commit 8f91337

Browse files
committed
Add sample output as an additional sanity check that exe is ready to go
1 parent c6c2a58 commit 8f91337

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/setup_vscode_macos.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ And run with:
253253

254254
```console
255255
$ ./main.exe
256+
sum(data) = 60
256257
```
257258

258259
<div class="primer-spec-callout warning" markdown="1">

docs/setup_vscode_wsl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ And run with:
298298

299299
```console
300300
$ ./main.exe
301+
sum(data) = 60
301302
```
302303

303304
<div class="primer-spec-callout warning" markdown="1">

0 commit comments

Comments
 (0)