Print strings

This commit is contained in:
2025-10-28 14:48:11 +11:00
parent 9ad3bdbc92
commit 89065711ce
5 changed files with 58 additions and 12 deletions

View File

@@ -33,4 +33,4 @@ Example:
python src/main.py tests/create.basm test.bf
```
This will create a Brainfuck file named test.bf that contains the compiled code of our test programs.
This will create a Brainfuck file named test.bf that contains the compiled code of the 'create' test program.