Skip to content

Commit d2c9b09

Browse files
ErikSchierboommpizenberg
authored andcommitted
Convert example to exemplar
* 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 <matthieu.pizenberg@gmail.com>
1 parent b38cdc0 commit d2c9b09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reference/implementing-a-concept-exercise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ languages
4545
|── .meta
4646
| |── design.md
4747
| |── config.json
48-
| └── example
48+
| └── exemplar
4949
| |── build.gradle
5050
| └── src
5151
| └── main
@@ -71,7 +71,7 @@ Now create the following three files:
7171

7272
- `src/main/java/<slug>.java`. the stub implementation file, which is the starting point for students to work on the exercise.
7373
- `src/test/java/<slug>Test.java`: the test suite, please use `assertj` to describe assertions instead of those offered by JUnit.
74-
- `.meta/example/src/main/java/<slug>.java`: an example implementation that passes all the tests.
74+
- `.meta/exemplar/src/main/java/<slug>.java`: an exemplar implementation that passes all the tests.
7575

7676
Append to `languages/java/exercises/settings.gradle` the following line: `concept:<slug>`
7777

0 commit comments

Comments
 (0)