mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-24 19:43:02 +00:00
edited a typo in compiling with Make Section
This commit is contained in:
parent
c5391877e6
commit
d30df65656
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue