https://github.com/google/cayley
Raw File
Tip revision: b1839e03c556b5df4d9bcfad6b3f687f08341dd3 authored by Matt Mc on 10 July 2018, 17:15:21 UTC
Removed "this notion of a quad..." from the definition of Quad.
Tip revision: b1839e0
README.md
# Examples

Each of the examples can be run with 

```go run hello_world/main.go```

obviously changing **hello_world** to the one you want to run!

The hello_bolt example requires `go get`.
back to top