2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-19 04:02:17 +00:00

return exit-code from example

This commit is contained in:
Oliver Kowalke
2017-10-02 15:19:13 +02:00
parent 59ead04c0a
commit e2663ba473

View File

@@ -32,4 +32,5 @@ int main() {
}
std::cout << std::endl;
std::cout << "main: done" << std::endl;
return EXIT_SUCCESS;
}