We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c46bc commit d8575f6Copy full SHA for d8575f6
2 files changed
examples/files-std/README.md
@@ -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
14
+ cd /examples/files-std/target/debug/
15
+ ./files-std
16
17
examples/mandelbrot-plot/README.md
@@ -1,4 +1,4 @@
-# Mandelbrot plot exammple from book
+# Mandelbrot plot example from book
____
## Build
0 commit comments