diff options
author | Igor <pashev.igor@gmail.com> | 2010-01-17 22:26:31 +0300 |
---|---|---|
committer | Igor <pashev.igor@gmail.com> | 2010-01-17 22:26:31 +0300 |
commit | bc4605d96446428a635c5113b1f6af39ef0c7f2e (patch) | |
tree | a33687959798c5b121107211df0e4e0ac9c707a9 /README | |
parent | d46088ec0d0f280876372683bf558945c6ed29b5 (diff) | |
download | brainfuck-bc4605d96446428a635c5113b1f6af39ef0c7f2e.tar.gz |
Updated README
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ See http://en.wikipedia.org/wiki/Brainfuck for more details Usage: ./brainfuck [options] [file] Size of each data cell is 4 byte(s) +All data cell are zeros initially Options (defaults are in brackets): -s num stack size (128) |