5 lines
116 B
Go
5 lines
116 B
Go
package main
|
|
import "code.squareroundforest.org/arpio/wand"
|
|
func main() {
|
|
wand.Exec(func(a string) { println(a) })
|
|
} |