human-friendly-id-gen/src-exe/Main.hs
Yann Esposito (Yogsototh) 05e4fb61e2
initial commit
2018-09-02 13:02:08 +02:00

6 lines
72 B
Haskell

import Protolude
import Lib (inc)
main :: IO ()
main = print (inc 41)