main.go
package main
import . "fmt"
func main() {
Printf("%q", `"foobar"`)
}
run go
$ go run main.go
"\"foobar\""
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Prince -
Enrique Marín -
Jemmy Dalsaniya -
Vitor Alecrim -
Top comments (0)