Skip to content

Commit

Permalink
Convert example to exemplar
Browse files Browse the repository at this point in the history
* Rename example files to exemplar

See exercism/docs#23

* [Docs] Correct .meta/example references to .meta/exemplar

* [Docs] Use exemplar instead of example

* [Docs] Update example name in file listings

* [Julia] Convert to exemplar.jl

* [elm] Rename .meta/Cook.elm to .meta/Examplar.elm

* [elm] Rename .meta/Examplar.elm .meta/Exemplar.elm

Co-authored-by: Matthieu Pizenberg <[email protected]>
  • Loading branch information
topstack1226 and mpizenberg committed Feb 5, 2021
1 parent 26e2bac commit 2a1d21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/implementing-a-concept-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ languages
├── .gitignore
├── .eslintrc
├── jest.config.js
├── example.ts
├── exemplar.ts
├── &lt;slug&gt;.ts
├── &lt;slug&gt;.spec.ts
├── package.json
Expand Down Expand Up @@ -86,7 +86,7 @@ Now create the following three files:

- `<slug>.cs`. the stub implementation file, which is the starting point for students to work on the exercise.
- `<slug>.spec.js`: the test suite.
- `example.js`: an example implementation that passes all the tests.
- `exemplar.js`: an exemplar implementation that passes all the tests.

## Step 2: Add documentation files

Expand Down

0 comments on commit 2a1d21a

Please sign in to comment.