https://github.com/aryangupta-09/haskell-mooc-solutions
My solutions for the Haskell MOOC course by the University of Helsinki.
https://github.com/aryangupta-09/haskell-mooc-solutions
assignment-solutions assignments-of-the-course assignments-solutions college-assignments college-courses course-solutions functional-programming haskell haskell-mooc haskell-mooc-fi haskell-mooc-solutions helsinki-university-mooc mooc mooc-fi mooc-solutions online-course university-assignments university-course university-courses university-coursework
Last synced: 4 months ago
JSON representation
My solutions for the Haskell MOOC course by the University of Helsinki.
- Host: GitHub
- URL: https://github.com/aryangupta-09/haskell-mooc-solutions
- Owner: aryanGupta-09
- Created: 2024-05-31T10:53:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T20:45:38.000Z (over 1 year ago)
- Last Synced: 2025-03-15T19:28:56.680Z (over 1 year ago)
- Topics: assignment-solutions, assignments-of-the-course, assignments-solutions, college-assignments, college-courses, course-solutions, functional-programming, haskell, haskell-mooc, haskell-mooc-fi, haskell-mooc-solutions, helsinki-university-mooc, mooc, mooc-fi, mooc-solutions, online-course, university-assignments, university-course, university-courses, university-coursework
- Language: Haskell
- Homepage: https://haskell.mooc.fi/
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell-MOOC-Solutions
Solutions to the online functional programming course, Haskell MOOC, available at https://haskell.mooc.fi/
The course comprises Functional Programming I and II, offered by the University of Helsinki.
## Installation
1. Clone the repo
```bash
git clone https://github.com/aryanGupta-09/Haskell-MOOC-Solutions.git
```
2. Go to the project directory
```bash
cd Haskell-MOOC-Solutions
```
3. Follow the instructions given on the course website to set up Haskell and run the files.