Skip to content

A Haskell implementation of the problems from the qualification round of 2016

Notifications You must be signed in to change notification settings

snthibaud/GCJQualification2016Haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GCJQualification2016Haskell

A Haskell implementation of the problems from the Google Code Jam qualification round of 2016. (problem descriptions are available on https://code.google.com/codejam/contest/6254486/dashboard)

Each folder in this repository can be built and executed using stack.

In the folder, run:

stack build

and to execute

stack exec <executable_name> -- <input_file>

The executable name is shown after running stack build. The input files can be found at: https://code.google.com/codejam/contest/6254486/dashboard

About

A Haskell implementation of the problems from the qualification round of 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published