Skip to content

Instantly share code, notes, and snippets.

@chromedays
Created February 18, 2016 07:53
Show Gist options
  • Save chromedays/fbb7641c12ec9c7702dd to your computer and use it in GitHub Desktop.
Save chromedays/fbb7641c12ec9c7702dd to your computer and use it in GitHub Desktop.
#include <iostream>
int main()
{
std::cout << "Hello world!" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment