Difference between revisions of "Google Code Jam"

From HaskellWiki
Jump to navigation Jump to search
(No difference)

Revision as of 07:17, 29 June 2008

Here are solutions to exercises from google code jam.

Exercises must be run feeding file as console input ,

cat file.in | ghci -e main Solution.hs > file.out

The output should be right formatted to be submitted to google forms.