Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/superredstone/todo-in-haskell

My first project written in Haskell, badly optimized and not very usefull
https://github.com/superredstone/todo-in-haskell

Last synced: about 1 month ago
JSON representation

My first project written in Haskell, badly optimized and not very usefull

Awesome Lists containing this project

README

        

# Todo list in Haskell

This is my first Haskell project so it's kinda bad written and bad optimized

## How to compile and run

Make sure you have `ghc` installed and run

```bash
ghc main.hs
```

And then run the program with `./main`