5 lines
82 B
PowerShell
5 lines
82 B
PowerShell
|
|
# This is a simple comment
|
|
function Hello($name) {
|
|
Write-host "Hellot $name"
|
|
}
|