Skip to content

Instantly share code, notes, and snippets.

@diego9627
Created September 2, 2012 16:10
Show Gist options
  • Save diego9627/3600974 to your computer and use it in GitHub Desktop.
Save diego9627/3600974 to your computer and use it in GitHub Desktop.
#include<iostream>
using namespace std;
int main(){
cout << "Hola Mundo!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment