6 lines
56 B
Plaintext
Executable file
6 lines
56 B
Plaintext
Executable file
#!/usr/bin/env nu
|
|
|
|
def main [] {
|
|
random int 0..65535
|
|
}
|