5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-01-31 00:04:42 +00:00

7 lines
81 B
Go

package main
func main() {
store := makeStoreSquareGrid(4)
dialStore(store)
}