# googleCodeJam [](https://travis-ci.org/johannesgerer/GoogleCodeJam) [](https://hackage.haskell.org/package/GoogleCodeJam)
A monad for flexible parsing of Google Code Jam input files with automatic parallelization.
Read the documentation on [Hackage](https://hackage.haskell.org/package/GoogleCodeJam/docs/GCJ.html).
## Examples
For usage examples check out my submission contained in this repository.
### [2014 Round 1A Problem B](https://code.google.com/codejam/contest/2984486/dashboard#s=p1)
[This](2014_1a/B/Main.hs) short and simple solution achieves linear speedup on 4 cores.
### [2015 Round 1A Problem B](https://code.google.com/codejam/contest/4224486/dashboard#s=p1&a=1)
[Solution](20151a/B.hs)