Skip to content

Instantly share code, notes, and snippets.

@Adals20
Created January 17, 2017 00:34
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 Adals20/faf6294b340d326894848bbbf65bdcb5 to your computer and use it in GitHub Desktop.
Save Adals20/faf6294b340d326894848bbbf65bdcb5 to your computer and use it in GitHub Desktop.
Hello World en C++
#include <iostream>
using namespace std;
int main (){
cout << "Hello World" << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment