Skip to content

Instantly share code, notes, and snippets.

@TerryGeng
Created February 24, 2013 14:40
Show Gist options
  • Save TerryGeng/5024072 to your computer and use it in GitHub Desktop.
Save TerryGeng/5024072 to your computer and use it in GitHub Desktop.
Hello world
#include<iostream>
int main(){
std::cout<<"Hello world!\n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment