Skip to content

Instantly share code, notes, and snippets.

@lawrencefmm
Created March 12, 2019 23:41
Show Gist options
  • Save lawrencefmm/d5e89c92f21e239f34a29d5944909698 to your computer and use it in GitHub Desktop.
Save lawrencefmm/d5e89c92f21e239f34a29d5944909698 to your computer and use it in GitHub Desktop.
void ligar(int &n, int j)
{
n = n | (1 << j);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment