mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
param($Msg, $Dflt = "default value", [int]$Nb = 3)
|
|
|
|
# WARN; Cannot download dependency modules from internet during sandbox testing!
|
|
|
|
# the last line of the stdout is the return value
|
|
Write-Output "Hello $Msg"
|