uniq words by murky-satyr

<?foreach(array_unique(split(' |
',fread(STDIN,3e3)))as$w)$w&&print"$w
";

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page