mirror of
https://github.com/Noratrieb/haskell-shit.git
synced 2026-01-14 19:55:05 +01:00
Initial commit
This commit is contained in:
commit
38f156d760
12 changed files with 320 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 = someFunc
|
||||
Loading…
Add table
Add a link
Reference in a new issue