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
ErikSchierboom and mpizenberg committed Jan 29, 2021
1 parent cbf5117 commit 159392a
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 @@ -40,7 +40,7 @@ languages
├── .meta
│ ├── config.json
│ ├── design.md
│ └── example.c
│ └── exemplar.c
├── makefile
├── &lt;NAME&gt;.c
├── &lt;NAME&gt;.h
Expand All @@ -56,7 +56,7 @@ The code files are track-specific and should be designed to help the student lea
- `<NAME>{.c|.h}`: the stub source and header implementation files, which are the starting point for students to work on the exercise.
- `test_<NAME>.c`: the unit test source file.
- `test-framework`: this directory contains the source files of unit test framework, [Unity][unity]
- `.meta/example{.c|.h}`: an example implementation that passes all the unit tests.
- `.meta/exemplar{.c|.h}`: an exemplar implementation that passes all the unit tests.

## Step 2: Add documentation files

Expand Down

0 comments on commit 159392a

Please sign in to comment.