diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -14,7 +14,11 @@ Just one command: Just one more command: -`cat file.bf | ./build/bfc > output` +`cat input.bf | ./build/bfc > output` + +or: + +`echo "bf string" | ./build/bfc > output` Then running the program is as simple as: |
