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
Mike Young -
Mike Young -
Kishan Sheth -
Samarpan KC -
Top comments (0)