Skip to content

Commit 0f54718

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 823b573 commit 0f54718

File tree

15 files changed

+2
-2
lines changed

15 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.go
43+
| └── exemplar.go
4444
├── &lt;NAME&gt;.go
4545
└── &lt;NAME&gt;_test.go
4646
</pre>
@@ -51,7 +51,7 @@ The code files are track-specific and should be designed to help the student lea
5151

5252
- `<NAME>.go`. the stub implementation file, which is the starting point for students to work on the exercise.
5353
- `<NAME>_test.go`: the test suite.
54-
- `.meta/example.go`: an example implementation that passes all the tests.
54+
- `.meta/exemplar.go`: an exemplar implementation that passes all the tests.
5555

5656
## Step 2: Add documentation files
5757

0 commit comments

Comments
 (0)