5 lines
63 B
Text
Executable file
5 lines
63 B
Text
Executable file
#!/usr/bin/env nu
|
|
|
|
def main [] {
|
|
$"(random int 0..65535)\n"
|
|
}
|