Stdle #45 · strings · 2026-07-21
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([]rune("AB"))}Strings
Stdle #45 · strings · 2026-07-21
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
package main import "fmt" func main() { fmt.Println([]rune("AB"))}