X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=blobdiff_plain;f=examples%2FHelloWorld.hs;h=f21e052d7c0a8219ae0ee6b91510e081ee4032e4;hp=ad1263b530f133bde94f061b07e578fc212739a8;hb=7b141208b4c741de208ec147eff6b2462ce26e80;hpb=e0fbd70ccc0690e5f5723db87fdd2bab371a33f2 diff --git a/examples/HelloWorld.hs b/examples/HelloWorld.hs index ad1263b..f21e052 100644 --- a/examples/HelloWorld.hs +++ b/examples/HelloWorld.hs @@ -13,7 +13,8 @@ main = let config = defaultConfig { cnfServerPort = PortNumber 9999 } , staticDir "/usr/include" ) ] in - runHttpd config resources + do putStrLn "Access http://localhost:9999/ with your browser." + runHttpd config resources helloWorld :: ResourceDef