package main import "fmt" import "code.squareroundforest.org/arpio/wand" func main() { wand.Exec(fmt.Println) }