Skip to content

Instantly share code, notes, and snippets.

@stefafafan
Created November 25, 2013 03:39
Show Gist options
  • Save stefafafan/7635969 to your computer and use it in GitHub Desktop.
Save stefafafan/7635969 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