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