wand/example/stdlib/split.go
2026-01-07 20:12:19 +01:00

11 lines
120 B
Go

package main
import (
"strings"
"code.squareroundforest.org/arpio/wand"
)
func main() {
wand.Exec(strings.Split)
}