changeset 3019:00c8fbc8aae9

<oerjan> rm test.hs
author HackBot
date Sat, 01 Jun 2013 19:31:45 +0000
parents fbba3aa90a16
children 831ffc1f8007
files test.hs
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test.hs	Sat Jun 01 19:31:05 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-import Data.List (sort, stripPrefix)
-main = mapM_ putStrLn . map (\s -> head s ++ " occurs->" ++ show (length s)) . group . sort . catMaybes . map (stripPrefix "username:" . (!!2) . words) . lines =<< getContents