Skip to content

Instantly share code, notes, and snippets.

@Grandolf49
Last active April 30, 2020 16:48
Show Gist options
  • Save Grandolf49/cb33c77105e8a356b562a9716b4c9d90 to your computer and use it in GitHub Desktop.
Save Grandolf49/cb33c77105e8a356b562a9716b4c9d90 to your computer and use it in GitHub Desktop.
Vector initialization example
vector<vector<int>> temp;
temp.push_back({1, 2, 3});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment