There was an error while loading. Please reload this page.
2 parents eed1e86 + a916f11 commit 607af7cCopy full SHA for 607af7c
1 file changed
modules/20-arithmetics/10-basics/ru/README.md
@@ -34,8 +34,8 @@ int main() {
34
35
```cpp
36
int main() {
37
- std::cout << 8 / 2;
38
- std::cout << 3 * 3 * 3;
+ std::cout << 8 / 2 << std::endl;
+ std::cout << 3 * 3 * 3 << std::endl;
39
}
40
```
41
0 commit comments