Skip to content

Instantly share code, notes, and snippets.

@thecopy
Created October 30, 2013 10:10
Show Gist options
  • Save thecopy/7230096 to your computer and use it in GitHub Desktop.
Save thecopy/7230096 to your computer and use it in GitHub Desktop.
#include <iostream>
int main(){
std::ostream p = std::cout << "Hello world" << std::endl;
p << "test";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment