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