Skip to content

Instantly share code, notes, and snippets.

@docunid
Created August 29, 2018 12:31
Show Gist options
  • Save docunid/d106ff18e8327e8a732c428c17ab3958 to your computer and use it in GitHub Desktop.
Save docunid/d106ff18e8327e8a732c428c17ab3958 to your computer and use it in GitHub Desktop.
function Show-HelloWorld
{
Write-Host "hello, world!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment