From 8dfc184c00f7c04e70f861914a944e3dbee3a136 Mon Sep 17 00:00:00 2001 From: Matthew Hall Date: Sun, 4 Sep 2022 13:50:58 +1200 Subject: Add testing programs to repo --- test_programs/brainfuck/cat_eof0.bf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test_programs/brainfuck/cat_eof0.bf (limited to 'test_programs/brainfuck/cat_eof0.bf') diff --git a/test_programs/brainfuck/cat_eof0.bf b/test_programs/brainfuck/cat_eof0.bf new file mode 100644 index 0000000..413fc13 --- /dev/null +++ b/test_programs/brainfuck/cat_eof0.bf @@ -0,0 +1,2 @@ +cat program where eof is trated as zero +,[.,] -- cgit v1.2.1