aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 66b2fa1..f1f0c80 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
1brainfuck 1brainfuck
2========= 2=========
3 3
4##Usage:
5```bash
6gcc brainfuck.c -o brainfuck
7./brainfuck HelloWorld.bf
8```
9
10##What's brainfuck
4Brainfuck is represented by an array with 30,000 cells initialized to zero 11Brainfuck is represented by an array with 30,000 cells initialized to zero
5and a data pointer pointing at the current cell. 12and a data pointer pointing at the current cell.
6 13
Powered by cgit v1.2.3 (git 2.41.0)