irs/src/bin/port
2025-01-14 16:44:58 +01:00

5 lines
63 B
Text
Executable file

#!/usr/bin/env nu
def main [] {
$"(random int 0..65535)\n"
}