diff options
author | c | 2023-11-25 22:52:11 -0500 |
---|---|---|
committer | c | 2023-11-25 22:52:11 -0500 |
commit | 418543ed8d974b06b71694da5c71059eb45897b5 (patch) | |
tree | 65f0fc3122acf1d5b25b1d912cdea20dcc454e4c /README |
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +USAGE +===== + + $ bf <file> | gcc -x c - + +Example: + + $ bf examples/hello.bf | gcc -o hello.out -x c - + |