Functions/Get-HelloWorld.ps1

Function Get-HelloWorld {
    return 'Hello world!'
}