#! /usr/bin/env nix-shell #! nix-shell -i runhaskell -p ghc import Data.Char main = putStrLn $ words "estrogen deficient" >>= takeWhile isHexDigit