Created
April 29, 2019 13:32
-
-
Save goertzenator/f00c20a181411e0340f581e7a2d2d3e2 to your computer and use it in GitHub Desktop.
Main.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Main where | |
import Server | |
main :: IO () | |
main = Server.main | |
-- main = putStrLn "Hello, Haskell!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment