We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3068946 commit d994c0aCopy full SHA for d994c0a
examples/diagram/calculator/README.md
@@ -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