Skip to content

Instantly share code, notes, and snippets.

@goertzenator
Created April 29, 2019 13:32
Show Gist options
  • Save goertzenator/f00c20a181411e0340f581e7a2d2d3e2 to your computer and use it in GitHub Desktop.
Save goertzenator/f00c20a181411e0340f581e7a2d2d3e2 to your computer and use it in GitHub Desktop.
Main.hs
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