add link to source file in readme
This commit is contained in:
parent
2d62e8929a
commit
7a173035a6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Options:
|
||||||
For example running the
|
For example running the
|
||||||
[Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
|
[Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
|
||||||
implemented in [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) (read the
|
implemented in [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) (read the
|
||||||
source file to figure out how to use it):
|
[source file](bf/game_of_life.bf) to figure out how to use it):
|
||||||
|
|
||||||
```
|
```
|
||||||
RUST_LOG=info cargo run --release -- run -s ./lox/bf.lox -- bf/game_of_life.bf
|
RUST_LOG=info cargo run --release -- run -s ./lox/bf.lox -- bf/game_of_life.bf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue