Skip to content

Commit 905ffde

Browse files
committed
Improve read me
1 parent f457733 commit 905ffde

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,17 @@ Compile and Test Functionality:
2828
make check
2929
```
3030

31-
You will see `Passed [-]` if it works properly.
31+
You will see `Passed [-]` if it works properly. and The result will be dumped in `out` file.
32+
33+
```
34+
cat out
35+
Reading from /dev/fibonacci at offset 0, returned the sequence 0.
36+
Reading from /dev/fibonacci at offset 1, returned the sequence 1.
37+
Reading from /dev/fibonacci at offset 2, returned the sequence 1.
38+
Reading from /dev/fibonacci at offset 3, returned the sequence 2.
39+
... (skip)
40+
Reading from /dev/fibonacci at offset 300, returned the sequence 222232244629420445529739893461909967206666939096499764990979600.
41+
```
3242

3343
To change algorighm, please uncomment one library in [fibdrv.c](./fibdrv.c).
3444

0 commit comments

Comments
 (0)