7 lines
46 B
Bash
Executable File
7 lines
46 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
function main() {
|
|
}
|
|
|
|
main
|