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

* 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 b3cd6e5 commit 5fd2436
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
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.jl
| └── exemplar.jl
├── $slug.jl
├── runtests.jl
├── Project.toml (optional)
Expand All @@ -53,7 +53,7 @@ The code files are track-specific and should be designed to help the student lea

- `$slug.jl`: the stub implementation file, which is the starting point for students to work on the exercise.
- `runtests.jl`: the test suite.
- `.meta/example.jl`: an example implementation that passes all the tests.
- `.meta/exemplar.jl`: an exemplar implementation that passes all the tests.
- Project.toml (optional): if dependencies are required, provide this file for a reproducible environment.
- Manifest.toml (optional): if dependencies are required, provide this file for a reproducible environment.

Expand Down

0 comments on commit 5fd2436

Please sign in to comment.