Skip to content

Commit e1d078b

Browse files
Update README.md
1 parent db0e40e commit e1d078b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# bf.c
22

3-
A lightweight [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) interpreter in C.
3+
A lightweight [brainfuck](https://en.wikipedia.org/wiki/Brainfuck) to C compiler, made in C.
44

55
## Usage
66

77
To use this, first compile it by running `make`, then use the `bf` binary on a file, like this:
88
```
9-
./bf main.bf
9+
./bf main.bf output.c
1010
```

0 commit comments

Comments
 (0)