Add UE1 A.2

This commit is contained in:
2021-10-15 19:30:29 +02:00
parent 44f00d0e7e
commit b1caccfe26
2 changed files with 41 additions and 21 deletions

View File

@@ -1,3 +1,7 @@
FROM haskell:buster
RUN apt-get update && apt-get install -y haskell-platform
WORKDIR /opt
CMD ["ghci"]