fix hello world program cpp chapter 19

pull/55/head
NuxDD 4 years ago
parent d71036d34d
commit 5b96fd7d67

@ -114,7 +114,7 @@ You should see an error running that command. To view that error, run the `quick
Let's use the makefile to compile a basic `.cpp` program. First, let's create a `hello.cpp` file:
```
## nclude <iostream>
#include <iostream>
int main() {
std::cout << "Hello!\\n";

Loading…
Cancel
Save