human-friendly-id-gen/src-exe/Main.hs
Yann Esposito (Yogsototh) e8c973fc97
basic short generator
2018-09-02 22:05:13 +02:00

6 lines
87 B
Haskell

import Protolude
import IDGen.Short (idgen)
main :: IO ()
main = idgen 8 >>= putText