Fix examples to return 0 on success (#9)

This commit is contained in:
Mateusz Łoskot
2021-03-24 15:41:46 +01:00
committed by GitHub
parent ca7d1729b1
commit f9d4d984f7
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -10,6 +10,5 @@
int main()
{
std::cout << "Hello!\n";
return 1;
}
// end::source[]
-1
View File
@@ -9,5 +9,4 @@
int main()
{
std::cout << "Hello!\n";
return 1;
}