Skip to content

Commit d8575f6

Browse files
committed
add ReadMe
1 parent d1c46bc commit d8575f6

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

examples/files-std/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Write/Read file example with stdlib
2+
____
3+
4+
## Build
5+
6+
```bash
7+
cd /examples/files-std
8+
cargo build
9+
```
10+
11+
## Run
12+
13+
```bash
14+
cd /examples/files-std/target/debug/
15+
./files-std
16+
```
17+
____

examples/mandelbrot-plot/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Mandelbrot plot exammple from book
1+
# Mandelbrot plot example from book
22
____
33

44
## Build

0 commit comments

Comments
 (0)