function hello_world()

in test-project/src/hello_world.hack [10:12]


function hello_world(): string {
  return 'Hello, world!';
}