=========
Cooker
=========

Cooker provides easy access to various programming sites such as
`CodeChef <http://www.codechef.com>`.

It eases up repetitive tasks like setting up directory for solving
a new problem.

Typical usage::

    cook -u http://link.to/problem.html path

See help for more options

Example
---------

    cook -p simgraph -c april12 .

The above code will create a new directoy named the title of the
`problem <http://www.codechef.com/APRIL12/problems/SIMGRAPH>`,
copy your template, create input and output files containing
sample test cases.
