fix: replace c++ with cpp for language postfix
This commit is contained in:
committed by
Kristofer Koishigawa
parent
7d097e62ac
commit
22f52296bc
@@ -37,7 +37,7 @@ A instrução de atualização é usada para alterar a variável de loop usando
|
||||
|
||||
## IMPLEMENTAÇÃO:
|
||||
|
||||
```C++
|
||||
```cpp
|
||||
#include <iostream>
|
||||
using namespace std; // Here we use the scope resolution operator to define the scope of the standar functions as std::
|
||||
|
||||
|
Reference in New Issue
Block a user