Skip to content

Instantly share code, notes, and snippets.

@rshepherd
Created November 4, 2015 17:37
Show Gist options
  • Save rshepherd/81bf625f7d4360113ada to your computer and use it in GitHub Desktop.
Save rshepherd/81bf625f7d4360113ada to your computer and use it in GitHub Desktop.
String s1("1");
String s2("2");
cout << s1 << s2 << endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment