mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-10 07:20:39 +03:00
7 lines
81 B
Go
7 lines
81 B
Go
package main
|
|
|
|
func main() {
|
|
store := makeStoreSquareGrid(4)
|
|
dialStore(store)
|
|
}
|