brainfuck-encoder/README.md

12 lines
148 B
Markdown
Raw Normal View History

2024-01-14 15:39:36 +09:00
# Brainfuck Encoder
Encode ASCII text to brainfuck code.
## Using
```
# build
go build .
# run
./brainfuck-encoder "ASCII Text" [--format|-F]
```