Google Code Jam

From HaskellWiki
Revision as of 07:17, 29 June 2008 by Paolino (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.