Challenges by languages
- Sum - sum numbers
- Reverse word - get a reverse order of characters of a word
In order to maintain the things simple, to run any code you need to run just the docker-compose command.
All the code run in docker containers.
docker-compose up --build
Example Node
$ docker-compose up node-codeExample PHP
$ docker-compose up php-codeExample Python
$ docker-compose up python-codeExample Golang
$ docker-compose up golang-codeExample Elixir
$ docker-compose up elixir-code