init backend
This commit is contained in:
parent
3690de9fe0
commit
54701c196a
38 changed files with 480 additions and 0 deletions
6
backend/app/Main.hs
Normal file
6
backend/app/Main.hs
Normal file
|
@ -0,0 +1,6 @@
|
|||
module Main (main) where
|
||||
|
||||
import Lib
|
||||
|
||||
main :: IO ()
|
||||
main = someFunc
|
Loading…
Add table
Add a link
Reference in a new issue