mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-08-12 22:29:29 +04:00
7 lines
81 B
Go
7 lines
81 B
Go
package main
|
|
|
|
func main() {
|
|
store := makeStoreSquareGrid(4)
|
|
dialStore(store)
|
|
}
|