From 7be9c9338304ab06fbe5b71905ec98c5eafdd504 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Mon, 14 May 2018 14:11:49 -0400 Subject: [PATCH] contrib/brainfuck: protect README doc units Signed-off-by: Alexandre Terrasa --- contrib/brainfuck/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/brainfuck/README.md b/contrib/brainfuck/README.md index 8715228..c327550 100644 --- a/contrib/brainfuck/README.md +++ b/contrib/brainfuck/README.md @@ -28,7 +28,7 @@ Brainfuck a small instruction set, only eight instructions : First, compile the interpreter with the Nit compiler/interpreter, and launch the program on a brainfuck source file for interpretation. Example: -~~~ +~~~sh nitc ./brainfuck.nit ./brainfuck ./examples/hello.bf ~~~ -- 1.7.9.5