Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
]
},
{
"slug": "elons-toys",
"name": "Elon's Toys",
"slug": "jedliks-toys",
"name": "Jedlik's Toys",
"uuid": "e01dc85b-0731-4701-9eea-c78fb69ce543",
"concepts": [
"classes"
Expand Down
2 changes: 1 addition & 1 deletion exercises/Exercises.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarsAssemble", "concept\car
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveloperPrivileges", "concept\developer-privileges\DeveloperPrivileges.csproj", "{AF9F84FA-7B8E-4B6A-AD7F-3BF1579F3AFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElonsToys", "concept\elons-toys\ElonsToys.csproj", "{D8B7C7FD-5A31-4D8E-82AB-9D0C97BBEBDB}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JedliksToys", "concept\jedliks-toys\JedliksToys.csproj", "{D8B7C7FD-5A31-4D8E-82AB-9D0C97BBEBDB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Faceid2", "concept\faceid-2\Faceid2.csproj", "{DB21BFB8-0FCC-4F17-9773-8141B0B4F0D2}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
],
"files": {
"solution": [
"ElonsToys.cs"
"JedliksToys.cs"
],
"test": [
"ElonsToysTests.cs"
"JedliksToysTests.cs"
],
"exemplar": [
".meta/Exemplar.cs"
],
"invalidator": [
"ElonsToys.csproj"
"JedliksToys.csproj"
]
},
"blurb": "Learn about classes by working on a remote controlled car."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Exercism.Tests;

public class ElonsToysTests
public class JedliksToysTests
{
[Fact]
[Task(1)]
Expand Down
6 changes: 3 additions & 3 deletions reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This report is updated automatically when any _design.md_ document is modified o
- booleans [_(annalyns-infiltration)_][exercise-annalyns-infiltration] - [Design][design-annalyns-infiltration]
- casting [_(secure-munchester-united)_][exercise-secure-munchester-united] - [Design][design-secure-munchester-united]
- chars [_(squeaky-clean)_][exercise-squeaky-clean] - [Design][design-squeaky-clean]
- classes [_(elons-toys)_][exercise-elons-toys] - [Design][design-elons-toys]
- classes [_(jedliks-toys)_][exercise-jedliks-toys] - [Design][design-jedliks-toys]
- collections [_(tracks-on-tracks-on-tracks)_][exercise-tracks-on-tracks-on-tracks] - [Design][design-tracks-on-tracks-on-tracks]
- constants [_(authentication-system)_][exercise-authentication-system] - [Design][design-authentication-system]
- constructors [_(need-for-speed)_][exercise-need-for-speed] - [Design][design-need-for-speed]
Expand Down Expand Up @@ -260,7 +260,7 @@ This report is updated automatically when any _design.md_ document is modified o
[design-calculator-conundrum]: https://github.com/exercism/csharp/tree/main/exercises/concept/calculator-conundrum/.meta/design.md
[design-cars-assemble]: https://github.com/exercism/csharp/tree/main/exercises/concept/cars-assemble/.meta/design.md
[design-developer-privileges]: https://github.com/exercism/csharp/tree/main/exercises/concept/developer-privileges/.meta/design.md
[design-elons-toys]: https://github.com/exercism/csharp/tree/main/exercises/concept/elons-toys/.meta/design.md
[design-jedliks-toys]: https://github.com/exercism/csharp/tree/main/exercises/concept/jedliks-toys/.meta/design.md
[design-faceid-2]: https://github.com/exercism/csharp/tree/main/exercises/concept/faceid-2/.meta/design.md
[design-football-match-reports]: https://github.com/exercism/csharp/tree/main/exercises/concept/football-match-reports/.meta/design.md
[design-high-school-sweethearts]: https://github.com/exercism/csharp/tree/main/exercises/concept/high-school-sweethearts/.meta/design.md
Expand Down Expand Up @@ -301,7 +301,7 @@ This report is updated automatically when any _design.md_ document is modified o
[exercise-calculator-conundrum]: https://github.com/exercism/csharp/tree/main/exercises/concept/calculator-conundrum
[exercise-cars-assemble]: https://github.com/exercism/csharp/tree/main/exercises/concept/cars-assemble
[exercise-developer-privileges]: https://github.com/exercism/csharp/tree/main/exercises/concept/developer-privileges
[exercise-elons-toys]: https://github.com/exercism/csharp/tree/main/exercises/concept/elons-toys
[exercise-jedliks-toys]: https://github.com/exercism/csharp/tree/main/exercises/concept/jedliks-toys
[exercise-faceid-2]: https://github.com/exercism/csharp/tree/main/exercises/concept/faceid-2
[exercise-football-match-reports]: https://github.com/exercism/csharp/tree/main/exercises/concept/football-match-reports
[exercise-high-school-sweethearts]: https://github.com/exercism/csharp/tree/main/exercises/concept/high-school-sweethearts
Expand Down
2 changes: 1 addition & 1 deletion reference/exercises.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"exercises": [
{
"slug": "elons-toys",
"slug": "jedliks-toys",
"level": "introductory",
"completion-status": "complete",
"document-link": "",
Expand Down
Loading