AppVeyorTestPsGallery.psm1

function HelloWorld() {
    Write-Host "Hello, world!"
}

Export-ModuleMember -Function 'HelloWorld'