MealProject_Haskell/README.md

17 lines
210 B
Markdown
Raw Permalink Normal View History

2024-05-27 16:10:16 +02:00
# MealProject_Haskell
2024-05-27 16:13:14 +02:00
## Running the Project
To run the application, use the following command:
```bash
ghci -package bytestring -package vector -package cassava
```
```bash
:l Proj.hs
```
```bash
main
```