Merge pull request #167 from subrajeet-maharana/typo-fix

edited a typo in compiling with Make Section
master
Igor Irianto 1 year ago committed by GitHub
commit 93e90e4e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save