Do some basic setup

This commit is contained in:
Joscha 2019-10-21 11:58:32 +00:00
parent b3b0fc3cc8
commit 929fa12b6d
4 changed files with 20 additions and 8 deletions

6
src/Rextra/Rextra.hs Normal file
View file

@ -0,0 +1,6 @@
-- This file will be split up as it grows.
module Rextra.Rextra where
-- * Just a placeholder function
rextra :: IO ()
rextra = putStrLn "rextra"