diff options
author | Jakob Kaivo <jakob@kaivo.net> | 2018-09-13 16:52:28 -0400 |
---|---|---|
committer | Jakob Kaivo <jakob@kaivo.net> | 2018-09-13 16:52:28 -0400 |
commit | 1b0bddfe0f056e0df0342efcde8de312011e9d00 (patch) | |
tree | 31a11d0179ec65a5cd7b0c2a5364a29b66494a26 | |
parent | 296caf6cce8120bf3537f8ab05ddc4bc7273e859 (diff) |
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ # bf A very small Brainfuck interpreter -To build, simply run make. +To build, simply run `make`. Running the interpreter is simple: - $ ./bf input.bf + $ ./bf hello.bf The interpreter purposely does no error checking. If you don't specify an input file, it will crash. If there is an error reading the input file, it |