Skip to content

Instantly share code, notes, and snippets.

@rigibun
Created April 12, 2013 06:24
Show Gist options
  • Save rigibun/5369892 to your computer and use it in GitHub Desktop.
Save rigibun/5369892 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