Function 1 - hello world

PowerShell

# Write a function `greet` that returns "hello world!"
function greet { return "Hello World!" }

Tags

  1. powershell (Private)
  2. 8-kyu (Private)
  3. codewars (Private)
  4. answer (Private)