27 ms·
awk '!a[$0]++' faces.txt is a touch shorter ^^
by _druu 10y ago
awk '!a[$0]++' faces.txt
is a touch shorter ^^
- schoen 10y agoThat's the same approach used by the challenge's original creator (in the GitHub link above). It's a clever solution!