6 lines
117 B
Go
6 lines
117 B
Go
package main
|
|
import str "strings"
|
|
import "code.squareroundforest.org/arpio/wand"
|
|
func main() {
|
|
wand.Exec(str.Split)
|
|
} |