Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ArunMurugan78/bfuk
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunMurugan78 committed Dec 18, 2021
2 parents 2754e3b + d015213 commit 1f7a76c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@ Brainfuck is a minimal esoteric programming language. It provides a 30K 8-bit ar

For more checkout this [video made by fireship](https://youtu.be/hdHjjBS4cs8).

## Synopsis
Run without arguments to get the following help message:
```bash
$ bfuk

bfuk 1.0.0
Description: a Brainf**k programming language interpreter.
Author: Arun Murugan
Usage:
bfuk [OPTIONS] COMMAND
Example:
bfuk /filepath/filename.bf
Options:
-e string
Execute given string of brainf**k program

```

## Installation

### Binary Download
Expand All @@ -37,4 +55,4 @@ Checkout the [releases](https://github.com/ArunMurugan78/bfuk/releases/latest) t
```

## License
This project is licensed under the **MIT** license.
This project is licensed under the **MIT** license.

0 comments on commit 1f7a76c

Please sign in to comment.