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