nu-scripts/port.nu

6 lines
56 B
Plaintext
Raw Normal View History

2024-04-29 19:42:03 +02:00
#!/usr/bin/env nu
def main [] {
random int 0..65535
}