4 lines
47 B
PowerShell
4 lines
47 B
PowerShell
Function hw
|
|
{
|
|
Write-Output "Hello world!"
|
|
} |
Function hw
|
|
{
|
|
Write-Output "Hello world!"
|
|
} |