package main import "code.squareroundforest.org/arpio/wand" func main() { wand.Exec(func(a string) { println(a) }) }