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 2cf1475 commit a7ba8bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions reference/implementing-a-concept-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ languages
├── .meta
| |── config.json
│   ├── design.md
│   ├── example.cpp
│   └── example.h
│   ├── exemplar.cpp
│   └── exemplar.h
├── CMakeLists.txt
├── &lt;NAME&gt;.cpp
├── &lt;NAME&gt;.h
Expand All @@ -57,7 +57,7 @@ The code files are track-specific and should be designed to help the student lea
- `<NAME>.h` and `<NAME>.cpp`. the stub implementation files, which is the starting point for students to work on the exercise.
- `CMakeLists.txt`: the C++ project file.
- `<NAME>_test.cpp`: the test suite.
- `.meta/example.h` and `.meta/example.cpp`: an example implementation that passes all the tests.
- `.meta/exemplar.h` and `.meta/exemplar.cpp`: an exemplar implementation that passes all the tests.
- `test/tests_main.cpp`: generates test main from test library

## Step 2: Add documentation files
Expand Down

0 comments on commit a7ba8bd

Please sign in to comment.