summaryrefslogtreecommitdiff
path: root/examples/Server.hs
blob: 027e04539ccd1d16dc1d831d0ae8135f9a864ac3 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE OverloadedStrings #-}
module Main (main) where

import Remote.KRPC
import Shared


main :: IO ()
main = server 6000 [handler echoInt]