Public/New-PublicFunction.ps1

function New-PublicFunction  {
    param()

    Write-Output 'Public Function'
    
}