Skip to content

Instantly share code, notes, and snippets.

@Alfonzzoj
Created August 26, 2020 15:56
Show Gist options
  • Save Alfonzzoj/b24610fc121888b5c90fd3a267a0157f to your computer and use it in GitHub Desktop.
Save Alfonzzoj/b24610fc121888b5c90fd3a267a0157f to your computer and use it in GitHub Desktop.
gist prueba
#include<iostream>
using namespace std;
int main (){
cout <<"Hola mundo"<<endl;
return 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment