Stdle #52 · strings · 2026-07-28
What does this Go snippet output?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
package main import "fmt" func main() { s := "ABC" fmt.Println(string(s[0]))}Strings
Stdle #52 · strings · 2026-07-28
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
package main import "fmt" func main() { s := "ABC" fmt.Println(string(s[0]))}