packages feed

snake-game-1.0: Setup.hs

#!/usr/bin/env runhaskell

module  Main (main) where  { import  Distribution.Simple ;  main =
defaultMain }