diff options
| author | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-03-04 12:41:55 -0500 |
|---|---|---|
| committer | Carol (Nichols || Goulding) <carol.nichols@gmail.com> | 2018-03-04 12:41:55 -0500 |
| commit | 87d8131f1f004a68adcdba74ef8b94290739e90b (patch) | |
| tree | 76e9ef3ce2015bbedeafd1214da85437db17ee0d /README.md | |
| parent | 7c10d8315b8f7de3267f157bd4392d50ec41a99f (diff) | |
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 :)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
