From 7a173035a6af44e0c242a0e0bfacc860374aef68 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 28 May 2025 22:02:52 +0200 Subject: [PATCH] add link to source file in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f858c6..824c25f 100644 --- a/README.md +++ b/README.md @@ -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