Skip to content

Instantly share code, notes, and snippets.

@mauro-balades
Last active June 11, 2023 10:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauro-balades/aca39de374949cab8a0d6b594e1f5cfe to your computer and use it in GitHub Desktop.
Save mauro-balades/aca39de374949cab8a0d6b594e1f5cfe to your computer and use it in GitHub Desktop.
beauty-of-c
#include __FILE__
pleaseKillMe;
#include <vector>
#include <algorithm>
int main()
{
int a;
std::vector< std::vector <int> > v;
std::vector< std::vector <int> >::const_iterator it = std::find( v.begin(), v.end(), a );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment