1## Introduction
23These are some examples about how to use RUY.
45## BUILD
67Build the example with bazel commands:
8```
9bazel build //ruy/example:example
10```
11You can find the generated target under directory:
12```
13./bazel-bin/ruy/example14```
15