代写代考 # 2022Assignment2

# 2022Assignment2

## Using the code bundle

Copyright By PowCoder代写 加微信 powcoder

`stack build`

Builds the packages.

`stack run`

Builds an executable that runs the main function in app/Main.hs.

`stack test`

Builds the packages and executes doctests on all hs files in the submission folder.

`stack clean –full`

Removes unnecessary build files to reduce bundle size.

## Troubleshooting

`/usr/bin/ld.gold: error: cannot find -lgmp`

Run `sudo apt-get install libgmp3-dev`

程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com