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
2 people authored and angelikatyborska committed Jan 29, 2021
1 parent 267572e commit 4d760a0
Show file tree
Hide file tree
Showing 33 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions reference/implementing-a-concept-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ languages
├── .meta
│ ├── config.json
│   ├── design.md
│ └── example.ex
│ └── exemplar.ex
├── lib
│   └── $elixir_slug.ex
├── mix.exs
Expand All @@ -62,7 +62,7 @@ Now create the following three files:

- `lib/$elixir_slug.ex`. the stub implementation file, which is the starting point for students to work on the exercise.
- `test/$elixir_slug_test.ex`: the test suite.
- `.meta/example.ex`: an example implementation that passes all the tests.
- `.meta/exemplar.ex`: an exemplar implementation that passes all the tests.

## Step 2: Add documentation files

Expand Down

0 comments on commit 4d760a0

Please sign in to comment.