Do some basic setup
This commit is contained in:
parent
b3b0fc3cc8
commit
929fa12b6d
4 changed files with 20 additions and 8 deletions
6
src/Rextra/Rextra.hs
Normal file
6
src/Rextra/Rextra.hs
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue