packages feed

noether-0.0.1: executable/Main.hs

-- It is generally a good idea to keep all your business logic in your library
-- and only use it in the executable. Doing so allows others to use what you
-- wrote in their libraries.

import           Lemmata

main :: IO ()
main = putText "cool and good"