難しいわねー
$ cat main.go package main
import ( "fmt" "strings")
func main() { s := strings.Split("", "@") fmt.Printf("%q\n", s)}$ go run main.go[""]$ ruby -e 'p "".split("@")'[]
Mastodon is the best way to keep up with what's happening.
Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.