Skip to content

Instantly share code, notes, and snippets.

@rampion
Last active August 9, 2016 02:47
Show Gist options
  • Save rampion/34c3d84855069f98aef3745006188e03 to your computer and use it in GitHub Desktop.
Save rampion/34c3d84855069f98aef3745006188e03 to your computer and use it in GitHub Desktop.
hellohellohello
#include <iostream>
int main() {
auto s = "Hello World\n";
std::cout << s << s << s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment