Skip to content

Commit 257952d

Browse files
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 b9eda02 commit 257952d

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

reference/implementing-a-concept-exercise.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ languages
4040
├── .meta
4141
| |── config.json
4242
| |── design.md
43-
| └── Example.clj
43+
| └── Exemplar.clj
4444
├── &lt;NAME&gt;.clj
4545
└── &lt;NAME&gt;_test.clj
4646
</pre>
@@ -51,7 +51,7 @@ The code files are track-specific and should be designed to help the student lea
5151

5252
- `<NAME>.clj`: the Clojure file.
5353
- `<NAME>_test.clj`: the test suite.
54-
- `.meta/Example.clj`: the example implementation file.
54+
- `.meta/Exemplar.clj`: the exemplar implementation file.
5555

5656
## Step 2: Add documentation files
5757

0 commit comments

Comments
 (0)