6 lines
111 B
Go
6 lines
111 B
Go
|
|
package main
|
||
|
|
import "fmt"
|
||
|
|
import "code.squareroundforest.org/arpio/wand"
|
||
|
|
func main() {
|
||
|
|
wand.Exec(fmt.Println)
|
||
|
|
}
|