Skip to content

Instantly share code, notes, and snippets.

@Feybiancalixto
Created October 19, 2021 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Feybiancalixto/aab7840afba2118d9470ae8f0ac032fe to your computer and use it in GitHub Desktop.
Save Feybiancalixto/aab7840afba2118d9470ae8f0ac032fe to your computer and use it in GitHub Desktop.
Hola
#include<iostream>
using namespace std;
int main()
{
cout<<"hola";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment