Skip to content

Commit

Permalink
add file description for fibonacci.c
Browse files Browse the repository at this point in the history
  • Loading branch information
magetron committed Dec 26, 2018
1 parent d298814 commit 5e0d7bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ It's called Patrick's C compiler -> pcc.

* `hello.c` - A piece of testing C code that outputs `Hello World!\n`

* `fibonacci.c` - A piece of testing C code that outputs fibonacci sequence using recursion.

## Usage

`gcc -m32 pcc.c -o pcc`
Expand Down

0 comments on commit 5e0d7bf

Please sign in to comment.