/no-duplicates

Nim program to do awk '!x[$0]++`

Primary LanguageNimMIT LicenseMIT

Prints a file or stdin without nonblank duplicate lines...
Also achieved by the awk script `awk '!x[$0]++'`.
gawk is 4.0K on my machine.