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