mirror of
https://github.com/boostorg/build.git
synced 2026-07-21 13:13:39 +00:00
Fix examples to return 0 on success (#9)
This commit is contained in:
@@ -10,6 +10,5 @@
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello!\n";
|
||||
return 1;
|
||||
}
|
||||
// end::source[]
|
||||
|
||||
@@ -9,5 +9,4 @@
|
||||
int main()
|
||||
{
|
||||
std::cout << "Hello!\n";
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user