DavideFauri / 99problems-tests

A test suite for the 99 Haskell Problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

99ProblemTests

A test suite for the famous 99 Haskell Problems

Build Status

Quick Start

  1. Install Stack

  2. Fork this repository

  3. Check that placeholder tests are working by running stack build; stack exec 99ProblemTests

  4. Enable the first batch of tests in test/Main.hs

  5. Edit the exercises in problems/ until all tests pass

  6. Repeat steps 3-4 until you've solved everything!

Introduction

This repository contains tests for the 99 Haskell Problems. They have been grouped by topic, as they appear on the problems webpage.

The master branch contains only the tests; the solutions are on a separate branch.

About

A test suite for the 99 Haskell Problems

License:MIT License


Languages

Language:Haskell 100.0%