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

https://github.com/ankeetmaini/mostly-adequate

Solutions to Mostly Adequate Guide for Functional Programming
https://github.com/ankeetmaini/mostly-adequate

Last synced: 9 months ago
JSON representation

Solutions to Mostly Adequate Guide for Functional Programming

Awesome Lists containing this project

README

          

# Solutions to [Mostly Adequate Guide](https://github.com/MostlyAdequate/mostly-adequate-guide) Exercises

# Running

```bash
npm install
npm test
```