summaryrefslogtreecommitdiff
path: root/exercises/macros
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/macros')
-rw-r--r--exercises/macros/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/macros/README.md b/exercises/macros/README.md
new file mode 100644
index 0000000..9af0071
--- /dev/null
+++ b/exercises/macros/README.md
@@ -0,0 +1,2 @@
+For this exercise check out the section [Macros](https://doc.rust-lang.org/book/first-edition/macros.html) and the chapter
+[Macros Appendix](https://doc.rust-lang.org/book/2018-edition/appendix-04-macros.html) of the Rust Book and [The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book/index.html).