codegame 0.7.0

CodeGame framework
Documentation
1
2
3
4
5
6
FROM dlanguage/dmd:2.080.0

COPY . /project
WORKDIR /project

RUN dub build -b release