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)
- Host: GitHub
- URL: https://github.com/danielholmes/cis194-spring-13
- Owner: danielholmes
- Created: 2017-02-22T04:44:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T09:35:08.000Z (about 9 years ago)
- Last Synced: 2025-04-04T15:52:52.218Z (about 1 year ago)
- Language: Haskell
- Size: 292 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CIS194 Exercises and examples
[](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