Intresting Codes
- Expression Evaluator
- 3N+1 Problem
to run the container
docker build buildenv -t "name-of-image"
to run the contaniner
docker run --rm -it -v "${pwd}:/root/env" "name-of-image"
Cleanup
Remove the build-evironment image:
docker rmi "name-of-image" -f
Log in or sign up for Devpost to join the conversation.