← Back to archive

Stdle #35 · strings · 2026-07-11

What does this Go snippet output?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

package main
import "fmt"
func main() {
r := []rune("héllo")
fmt.Printf("%c\n", r[1])
}
Strings
4 attempts left

Answer & explanation