Skip to content

Commit b642e7f

Browse files
committed
Add example output
1 parent a21bcb5 commit b642e7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: docs/cpp2/contracts.md

+2
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,6 @@ call_my_framework: (msg: * const char) = {
122122
<< msg << "]\n";
123123
exit(0);
124124
}
125+
// Prints:
126+
// sending error to my framework... [this is a test, this is only a test]
125127
```

0 commit comments

Comments
 (0)