What does the following program print?
```golang
package main
import "fmt"
func main() {
s := "Señor"
fmt.Println(len(s))
}
```
- A. 6
- B. 5
- C. 100
- D. Compile Error
from https://twitter.com/bot_golang/status/1022547551445168129
有疑问加站长微信联系(非本文作者)