Skip to content

Instantly share code, notes, and snippets.

@hapo31
Created June 4, 2014 01:20
Show Gist options
  • Save hapo31/e60f79b6d9a232a09989 to your computer and use it in GitHub Desktop.
Save hapo31/e60f79b6d9a232a09989 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