8 lines
90 B
Go
8 lines
90 B
Go
package wps
|
|
|
|
import "log"
|
|
|
|
func Weekly_word(str string) {
|
|
log.Println("周报")
|
|
}
|