5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-11-10 09:50:27 +00:00
yggdrasil-go/cmd/yggdrasilsim/main.go

7 lines
81 B
Go
Raw Normal View History

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