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-code
Example PHP
$ docker-compose up php-code
Example Python
$ docker-compose up python-code
Example Golang
$ docker-compose up golang-code
Example Elixir
$ docker-compose up elixir-code