From 7d9ab71790ba0395681490f3af4d3899bb09ab09 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 8 Mar 2022 22:08:38 +0700 Subject: Remove superfluous files from `pure` examples --- examples/pure/counter/README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 examples/pure/counter/README.md (limited to 'examples/pure/counter/README.md') diff --git a/examples/pure/counter/README.md b/examples/pure/counter/README.md deleted file mode 100644 index 4d9fc5b9..00000000 --- a/examples/pure/counter/README.md +++ /dev/null @@ -1,18 +0,0 @@ -## Counter - -The classic counter example explained in the [`README`](../../README.md). - -The __[`main`]__ file contains all the code of the example. - -
- - - -
- -You can run it with `cargo run`: -``` -cargo run --package counter -``` - -[`main`]: src/main.rs -- cgit