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