Skip to content

Instantly share code, notes, and snippets.

@vexx32
Created December 7, 2018 14:51
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 vexx32/aaddacd11dfe26871ffcae13cc86ce09 to your computer and use it in GitHub Desktop.
Save vexx32/aaddacd11dfe26871ffcae13cc86ce09 to your computer and use it in GitHub Desktop.
$Array1 = 1, 2, 6, 2, 3, 6, 6, 2, 3, 6, 2, 3, 6, 2, 3, 6, 2, 3, 6, 3, 6, 7, 8, 9, 0, 4, 5, 6, 2, 3, 6, 7, 8, 9, 7, 8, 9, 0
$Array2 = 1, 10, 10, 4, 5, 19, 11, 11, 22, 10, 12, 11, 11, 12, 12, 8, 8, 10
$Hashset = [System.Collections.Generic.Hashset[int]] ($Array1 + $Array2)
# Output the hashset
$Hashset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment