Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 316 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 316 Bytes

hs workshop

A ready-to-use haskell development environment.

pull it from docker hub

docker run --rm -p 8080:8080 -v $PWD/code:/exercises arnemcnuggets/hs-workshop

then open your browser and navigate to localhost:8080 and start hacking haskell code