Initial commit
This commit is contained in:
commit
35519b8fda
9 changed files with 232 additions and 0 deletions
6
app/Main.hs
Normal file
6
app/Main.hs
Normal file
|
@ -0,0 +1,6 @@
|
|||
module Main where
|
||||
|
||||
import Lib
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "Hello"
|
Loading…
Add table
Add a link
Reference in a new issue