Skip to content

Instantly share code, notes, and snippets.

@rigibun
Created December 28, 2012 16:20
Show Gist options
  • Save rigibun/4399284 to your computer and use it in GitHub Desktop.
Save rigibun/4399284 to your computer and use it in GitHub Desktop.
#include<iostream>
int main(void)
{
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