codegame 0.8.0-alpha

CodeGame framework
Documentation
1
2
3
4
5
6
FROM gcc:10.2.0

RUN apt-get update && apt-get install -y cmake

COPY . /project
WORKDIR /project