EchoNameOrNumber.psm1

<#
    ===========================================================================
     Created with: SAPIEN Technologies, Inc., PowerShell Studio 2020 v5.7.172
     Created on: 9/12/2020 9:51 AM
     Created by: abhi18av
     Organization: AbhinavSharma
     Filename: EchoNameOrNumber.psm1
    -------------------------------------------------------------------------
     Module Name: EchoNameOrNumber
    ===========================================================================
#>




function Write-HelloWorld
{
    Write-Host "Hello World"
}