Skip to content

Commit

Permalink
edited a typo in compiling with Make Section
Browse files Browse the repository at this point in the history
  • Loading branch information
subrajeet-maharana committed Feb 27, 2023
1 parent c539187 commit d30df65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch19_compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Let's use the makefile to compile a basic `.cpp` program. First, let's create a
#include <iostream>
int main() {
std::cout << "Hello!\\n";
std::cout << "Hello!\n";
return 0;
}
```
Expand Down

0 comments on commit d30df65

Please sign in to comment.