nu-scripts/port.nu
2024-04-29 19:42:03 +02:00

6 lines
56 B
Plaintext
Executable file

#!/usr/bin/env nu
def main [] {
random int 0..65535
}