Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created May 23, 2022 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/0c57c0a7b9da1f466ffb92ddc760a6c9 to your computer and use it in GitHub Desktop.
Save lgolubyev/0c57c0a7b9da1f466ffb92ddc760a6c9 to your computer and use it in GitHub Desktop.
// Initialization:
(int x, int y) = point;
// assignment:
int x1 = 0;
int y1 = 0;
(x1, y1) = point;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment