From 5954696466eba3c8274783addd719020f737b6cd Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Mon, 15 Sep 2025 12:24:18 +1000 Subject: [PATCH] Add header comment to bf.grnd --- programs/bf.grnd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programs/bf.grnd b/programs/bf.grnd index 2887d30..f6be2bd 100644 --- a/programs/bf.grnd +++ b/programs/bf.grnd @@ -1,3 +1,5 @@ +# A Brainfuck interpreter in Ground (https://git.maxwellj.xyz/ground/ground) (https://en.wikipedia.org/wiki/Brainfuck) + stdout "Brainf*ck Code: " stdin &str stdout "Input: "