https://github.com/google/cayley
Raw File
Tip revision: 3e3ee6582fc4f62beddd85e7248e35087f66e6a1 authored by Iddan Aaronsohn on 16 December 2019, 22:55:09 UTC
Refactor numeric operators to steps
Tip revision: 3e3ee65
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