Start building the frontend libs

This commit is contained in:
2018-11-12 22:58:50 +02:00
parent e459a318bd
commit f3004eb020
6 changed files with 80 additions and 0 deletions

4
frontend/src/Main.hs Normal file
View File

@ -0,0 +1,4 @@
module Main where
main :: IO ()
main = putStrLn "Hello, Haskell!"