An open API service indexing awesome lists of open source software.

https://github.com/danielholmes/cis194-spring-13

Exercises for CIS194 (fall 16 edition)
https://github.com/danielholmes/cis194-spring-13

Last synced: 9 months ago
JSON representation

Exercises for CIS194 (fall 16 edition)

Awesome Lists containing this project

README

          

# CIS194 Exercises and examples

[![Build Status](https://travis-ci.org/danielholmes/cis194-spring-13.svg?branch=master)](https://travis-ci.org/danielholmes/cis194-spring-13)

Exercises from [CIS194 (Spring 13)](http://www.seas.upenn.edu/~cis194/spring13/).

## Dependencies

- [Stack](https://www.haskellstack.org/) - Tested with 1.4.0, GHC 8.0.2

## Setup

Each week is managed separately. Before using that week's code run:

```
cd 01-intro
stack setup
```

## Running

```
cd 01-intro
stack repl
```

## Running tests

Within a week directory after setup:

```
stack test
```

Or

```
stack test --coverage
```

## TODO

- Week 1 > 3 pole Hanoi
- Week 6 fibs3 stream