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 iHiD committed Feb 5, 2021
1 parent 05abd1b commit c79be41
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -44,7 +44,7 @@ languages
├── .meta
| |── design.md
| |── config.json
| └── Example.kt
| └── Exemplar.kt
├── src
| ├── main
| | └── kotlin
Expand All @@ -67,7 +67,7 @@ The code files are track-specific and should be designed to help the student lea

- A stub implementation file (`src/main/kotlin/<ExerciseSlug>.kt`).
- A file containing the test suite (`src/test/kotlin/<ExerciseSlug>.kt`).
- An example implementation file that passes all the tests (`meta/Example.kt`).
- An exemplar implementation file that passes all the tests (`meta/Example.kt`).

What these files look like depends on your track. Note that some tracks might require more files in addition to the three files just mentioned.

Expand Down

0 comments on commit c79be41

Please sign in to comment.