wand/internal/tests/tmpdir/fbneVWE281vn9cQJ87O0vA/fbneVWE281vn9cQJ87O0vA.go

6 lines
117 B
Go
Raw Normal View History

2025-12-30 16:52:10 +01:00
package main
import str "strings"
import "code.squareroundforest.org/arpio/wand"
func main() {
wand.Exec(str.Split)
}