← Back to archive

Stdle #78 · strings · 2026-08-23

What does this Go snippet output?

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

package main
import "fmt"
func main() {
fmt.Println(string(rune(0x4e16)))
}
Strings
4 attempts left

Answer & explanation