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
- Host: GitHub
- URL: https://github.com/ankeetmaini/mostly-adequate
- Owner: ankeetmaini
- Created: 2015-11-22T07:27:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T07:28:08.000Z (over 10 years ago)
- Last Synced: 2025-03-18T03:22:35.469Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```