Skip to content

Instantly share code, notes, and snippets.

@IliaMManolov
Created June 30, 2018 18:21
Show Gist options
  • Save IliaMManolov/b5fe9b161747476d028c682059581dd9 to your computer and use it in GitHub Desktop.
Save IliaMManolov/b5fe9b161747476d028c682059581dd9 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