aggreact/src-exe/Main.hs
Yann Esposito (Yogsototh) 831aa825eb
initial commit
2018-12-02 12:40:07 +01:00

6 lines
98 B
Haskell

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