Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Mar 9, 2016
1 parent e7e6257 commit 1f55770
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ch02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,8 @@ Exercise 2.8
int main()
{
std::cout << 2 << "\115\012";
std::cout << 2 << "\t\115\012";
return 0;
std::cout << "\062\115\012";
std::cout << "\062\t\115\012";
}
```
Expand Down

0 comments on commit 1f55770

Please sign in to comment.