template/module/Private/GetHelloWorld.ps1

function GetHelloWorld {
    'Hello world'
}