add link to source file in readme

This commit is contained in:
Sebastian Hugentobler 2025-05-28 22:02:52 +02:00
parent 2d62e8929a
commit 7a173035a6
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

View file

@ -28,7 +28,7 @@ Options:
For example running the
[Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)
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