For full text search please use the '?' prefix. e.g. ? Onboarding
Function 1 - hello world
PowerShell
# Write a function `greet` that returns "hello world!"
function
greet
{
return
"Hello World!"
}
Tags
powershell (Private)
8-kyu (Private)
codewars (Private)
answer (Private)
PowerShell