packages feed

fastcgi-3001.0.2.1: examples/hello.hs

import Network.FastCGI

cgiMain = output "Hello World!"

main = runFastCGI cgiMain