Skip to content

Commit d994c0a

Browse files
committed
added a readme to the calculator example
1 parent 3068946 commit d994c0a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Calculator example
2+
3+
An example showing spawning a `bevy_impulse` service for managing a calculator.
4+
5+
to run the example, open a terminal focused on this folder and run:
6+
7+
```
8+
cargo run -- multiply3.json n
9+
```
10+
11+
where `n` is a number you wish to multiply by.

0 commit comments

Comments
 (0)