Skip to content

Instantly share code, notes, and snippets.

@peteb
Created October 19, 2016 20:19
Show Gist options
  • Save peteb/307550d44a9c0a0a88c1cc574297f312 to your computer and use it in GitHub Desktop.
Save peteb/307550d44a9c0a0a88c1cc574297f312 to your computer and use it in GitHub Desktop.
#include <iostream>
int main() {
std::cout << &1["strump"] << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment