mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-02-15 03:11:50 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
package main
|
|
|
|
func main() {
|
|
store := makeStoreSquareGrid(4)
|
|
dialStore(store)
|
|
}
|