I checked a few days apart but the test runner consistently times out on Hello World. The code passes the tests locally in 135ms.
Submitted Code
component {
/**
* @returns A string greeting the world
*/
function hello() {
return 'Hello, World!';
}
}