Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/superredstone/todo-in-haskell
- Owner: Superredstone
- License: gpl-3.0
- Created: 2024-08-01T18:53:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T18:33:42.000Z (5 months ago)
- Last Synced: 2024-08-02T21:31:29.427Z (5 months ago)
- Language: Haskell
- Size: 5.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`