edited a typo in compiling with Make Section

pull/167/head
subrajeet-maharana 1 year ago
parent c5391877e6
commit d30df65656

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