Skip to content

Instantly share code, notes, and snippets.

@DieHertz
Created July 28, 2014 08:45
Show Gist options
  • Save DieHertz/5ec2591a266ee99c9bcc to your computer and use it in GitHub Desktop.
Save DieHertz/5ec2591a266ee99c9bcc to your computer and use it in GitHub Desktop.
int main(int argc, char** argv) {
const auto n = argc;
[=] () mutable {
return ++n;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment