← Back to archive

Stdle #90 · strings · 2026-09-04

What does this Go snippet output?

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

package main
import "fmt"
func main() {
s := "Go"
fmt.Printf("%q\n", s[0])
}
Strings
4 attempts left

Answer & explanation