Skip to content

Instantly share code, notes, and snippets.

@jahona
Created May 1, 2016 14:02
Show Gist options
  • Save jahona/b940778e1e8be9543a0f5fe20433a511 to your computer and use it in GitHub Desktop.
Save jahona/b940778e1e8be9543a0f5fe20433a511 to your computer and use it in GitHub Desktop.
#include <iostream>
using namepsace 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