7 lines
46 B
Bash
Executable file
7 lines
46 B
Bash
Executable file
#!/bin/sh
|
|
|
|
main() {
|
|
echo " 玲"
|
|
}
|
|
|
|
main "$@"
|