MealProject_Haskell/README.md
2024-05-27 16:13:14 +02:00

17 lines
210 B
Markdown

# MealProject_Haskell
## 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
```