Skip to content

Commit c4080c9

Browse files
authored
Remove return 0 (#44)
* Delete "return 0;" From do-not-fail.md * Delete "return 0;" From lower-or-upper.md
1 parent cafbd60 commit c4080c9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/text/chapter-4/practice/do-not-fail.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,5 @@ int main() {
7070
}
7171
}
7272

73-
return 0;
7473
}
7574
```

docs/text/chapter-4/practice/lower-or-upper.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ int main() {
6262
else {
6363
cout << "UPPERCASE" << endl;
6464
}
65-
return 0;
6665
}
6766
```
68-
:::
67+
:::

0 commit comments

Comments
 (0)