Whats the point of evaluating technology from hello world programs?
Tbf, it's a useful indicator whether a language follows the "simple things should be simple, complex things should be possible" principle. The vanilla 'Hello World' should always be an example of the "simple things should be simple" part.
It shows the bare minimum overhead needed to start a project and gives some insight into the readability.