A fleet of Linux containers responds with "Hello, World" in the programming language of the user's choice.
The key is in knowing how to communicate with a container.
For example, if you wanted to talk to a PHP container, you would enter:
echo "Hello, PHP!";
To talk to a Scala container, you would enter:
println("Hello, Scala!")
Once you successfully communicate with a container, you can do some work in the environment via the CLI or user interface.
For example:
$foo = 100;
$bar = 'percent';
echo $foo , ' ' , $bar;
The application was created for developers.
Programming languages supported include: