exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 30 forks source link

Inline the exercise README insert #69

Closed kytrinyx closed 6 years ago

kytrinyx commented 6 years ago

Now that we're operating with a track-wide template for generating exercise READMEs we no longer need a separate markdown document to use for hints and instructions that apply to all the exercises in a track. These instructions can be defined directly in the template.

The first commit regenerates the exercise READMEs to pick up tweaks to problem descriptions, which have been updated with various formatting changes, whitespace changes, and clarifications to the description.

That gives us a clean diff when inlining the template and regenerating.

Ref: https://github.com/exercism/meta/issues/94