Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created January 19, 2015 18:20
Show Gist options
  • Save guitarrapc/c0b85baadce694b10f9c to your computer and use it in GitHub Desktop.
Save guitarrapc/c0b85baadce694b10f9c to your computer and use it in GitHub Desktop.
function fuga
{
[OutputType([String])]
[CmdletBinding()]
param()
return "fuga"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment