dli_dart_algorithms 0.1.0 copy "dli_dart_algorithms: ^0.1.0" to clipboard
dli_dart_algorithms: ^0.1.0 copied to clipboard

Simple Algorithms Implemented in Dart

Create Docker Compose File to bind files lol.

docker run -d \
  -it \
  --name devtest \
  --mount type=bind,source="$(pwd)"/target,target=/dart \
  google/dart
docker run -d -it --name devtest --mount type=bind,source="$(pwd)"/target,target=/dart google/dart

Use docker ps -a to find all the active docker images.