This project contains simple console applications in different popular languages, incl. docker files.
Sample console applications are available in the following languages:
- bash
- go
- java
- dotnet
- powershell
- python
Sample applications contain the following features:
- echo text
- generation random number
Every language directory also includes a Dockerfile.
Use make
in root directory to build docker images for each language (same as make all
).
Build applications for all languages:
make build
Execute tests for all languages:
make test
This is project is licensed under the MIT License.