Can202 2021-10-03 15:06:29 -03:00
parent 005a575097
commit 4afbdd630e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func main() {
<div class="article__content" id="C++">
<h1>C++</h1>
<pre class='code'><code>
#include <span><</span><iostream>
#include <span><</span>iostream>
using namespace std;
int main() {
cout << "Hola Mundo" << endl;