Skip to content

Instantly share code, notes, and snippets.

@Ivan77703
Created November 26, 2015 01:24
Show Gist options
  • Save Ivan77703/bf5f68907d797ecf4e5a to your computer and use it in GitHub Desktop.
Save Ivan77703/bf5f68907d797ecf4e5a to your computer and use it in GitHub Desktop.
#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