aboutsummaryrefslogtreecommitdiff
blob: b3b993f3d5cc201ea16429ee748244d6500a1395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
brainfuck
=========

This is a toy implementation of brainfuck.

Just for fun!

## Usage:

```bash
gcc brainfuck.c -o brainfuck
./brainfuck
```
Powered by cgit v1.2.3 (git 2.41.0)