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

7 lines
81 B
Go
Raw Normal View History

2020-04-26 07:33:03 -05:00
package main
func main() {
store := makeStoreSquareGrid(4)
2020-05-02 10:01:09 -05:00
dialStore(store)
2020-04-26 07:33:03 -05:00
}