mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2024-11-23 18:15:24 +00:00
7 lines
81 B
Go
7 lines
81 B
Go
package main
|
|
|
|
func main() {
|
|
store := makeStoreSquareGrid(4)
|
|
dialStore(store)
|
|
}
|