Start a script to regenerate README.md from a template

So far this doesn't actually do any templating, just adds a note about
the README being autogenerated :)
This commit is contained in:
Carol (Nichols || Goulding)
2018-03-04 12:41:55 -05:00
parent 7c10d8315b
commit 87d8131f1f
6 changed files with 188 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
<!-- This file was autogenerated by the script in src/bin/generate_readme.rs.
Please edit either the script or the template in README-template.md in
order to make changes here rather than committing the changes directly. -->
# rustlings
Small exercises to get you used to reading and writing Rust code. Includes practice reading and responding to