irs/src/bin/port

6 lines
56 B
Text
Raw Normal View History

2024-05-14 15:40:21 +02:00
#!/usr/bin/env nu
def main [] {
random int 0..65535
}