mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-16 07:58:23 +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>
|
#include <iostream>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
std::cout << "Hello!\\n";
|
std::cout << "Hello!\n";
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue