Skip to content

Instantly share code, notes, and snippets.

@bgelens
Last active March 20, 2018 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgelens/edeb4fe1d6e6b00545211c3dab9f40cc to your computer and use it in GitHub Desktop.
Save bgelens/edeb4fe1d6e6b00545211c3dab9f40cc to your computer and use it in GitHub Desktop.
param (
[string] $Name = 'GitHub'
)
'Hello World from {0}!' -f $Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment