← Back to archive

Stdle #79 · strings · 2026-08-24

What does this Go snippet output?

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

package main
import "fmt"
func main() {
b := []byte{71, 111}
fmt.Printf("%s\n", b)
}
Strings
4 attempts left

Answer & explanation