Skip to content

Instantly share code, notes, and snippets.

@luckyduck
Created January 10, 2014 05:21
Show Gist options
  • Save luckyduck/8347377 to your computer and use it in GitHub Desktop.
Save luckyduck/8347377 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