Instructions:
- Install Docker (if not installed) using instructions found at https://docs.docker.com/engine/installation/.
- Edit
index.cpp
as needed. - Run
docker build .
Note: First build will take a long time (~10 minutes) due to the nature of Docker. After that, the only wait time should be the run and compile time of your program.