Quick actions

cmd+k|ctrl+k

Navigation

Languages

CodeGolf: Find Unique Value

Snippet info

Language

Raku

Visibility

public

Author

markjreed

Created

2022-12-29T14:16:58.69803Z

Updated

2022-12-29T14:16:58.69803Z

.BagHash.invert.Hash{1}.say for [[ 1, 1, 1, 2, 1, 1 ],
     [ 3, 5, 5, 5, 5 ],
     [ 9, 2, 9, 9, 9, 9, 9 ],
     [ 4, 4, 4, 6 ],
     [ 5, 8, 8 ],
     [ 8, 5, 8 ],
     [ 8, 8, 5 ] ];
INFO