aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2015-01-09 21:10:31 +0800
committerJinweiClarkChao <[email protected]>2015-01-09 21:10:31 +0800
commit398335c2bcda0be07938b03a3805310ba2050f7e (patch)
treea41643809084638616a31de441192709b3feed05 /README.md
parent693913fe9b236b12a987f7c7ad2824c2d776e271 (diff)
downloadbrainfuck-398335c2bcda0be07938b03a3805310ba2050f7e.tar.gz
rm useless
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)