Skip to content

Commit 21046b8

Browse files
author
Katrina Owen
committed
Regenerate exercise READMEs using most recent template
1 parent b69f989 commit 21046b8

File tree

47 files changed

+376
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+376
-94
lines changed

exercises/acronym/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,18 @@ There are two different methods of getting set up to run the tests with Objectiv
1616

1717
Both are described in more detail here: http://exercism.io/languages/objective-c
1818

19-
2019
### Submitting Exercises
2120

2221
When submitting an exercise, make sure your solution file is in the same directory as the test code.
2322

24-
For example, if you're submitting `Bob.m` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/objective-c/bob/Bob.m`.
23+
The submit command will look something like:
24+
25+
```shell
26+
exercism submit <path-to-exercism-workspace>/objective-c/acronym/Acronym.m
27+
```
28+
29+
You can find the Exercism workspace by running `exercism debug` and looking for the line beginning
30+
with Workspace.
2531

2632
## Source
2733

exercises/all-your-base/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,18 @@ There are two different methods of getting set up to run the tests with Objectiv
4040

4141
Both are described in more detail here: http://exercism.io/languages/objective-c
4242

43-
4443
### Submitting Exercises
4544

4645
When submitting an exercise, make sure your solution file is in the same directory as the test code.
4746

48-
For example, if you're submitting `Bob.m` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/objective-c/bob/Bob.m`.
47+
The submit command will look something like:
48+
49+
```shell
50+
exercism submit <path-to-exercism-workspace>/objective-c/all-your-base/AllYourBase.m
51+
```
52+
53+
You can find the Exercism workspace by running `exercism debug` and looking for the line beginning
54+
with Workspace.
4955

5056
## Submitting Incomplete Solutions
5157
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

exercises/allergies/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,18 @@ There are two different methods of getting set up to run the tests with Objectiv
3838

3939
Both are described in more detail here: http://exercism.io/languages/objective-c
4040

41-
4241
### Submitting Exercises
4342

4443
When submitting an exercise, make sure your solution file is in the same directory as the test code.
4544

46-
For example, if you're submitting `Bob.m` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/objective-c/bob/Bob.m`.
45+
The submit command will look something like:
46+
47+
```shell
48+
exercism submit <path-to-exercism-workspace>/objective-c/allergies/Allergies.m
49+
```
50+
51+
You can find the Exercism workspace by running `exercism debug` and looking for the line beginning
52+
with Workspace.
4753

4854
## Source
4955

exercises/anagram/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ There are two different methods of getting set up to run the tests with Objectiv
1515

1616
Both are described in more detail here: http://exercism.io/languages/objective-c
1717

18-
1918
### Submitting Exercises
2019

2120
When submitting an exercise, make sure your solution file is in the same directory as the test code.
2221

23-
For example, if you're submitting `Bob.m` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/objective-c/bob/Bob.m`.
22+
The submit command will look something like:
23+
24+
```shell
25+
exercism submit <path-to-exercism-workspace>/objective-c/anagram/Anagram.m
26+
```
27+
28+
You can find the Exercism workspace by running `exercism debug` and looking for the line beginning
29+
with Workspace.
2430

2531
## Source
2632

exercises/atbash-cipher/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,18 @@ There are two different methods of getting set up to run the tests with Objectiv
3737

3838
Both are described in more detail here: http://exercism.io/languages/objective-c
3939

40-
4140
### Submitting Exercises
4241

4342
When submitting an exercise, make sure your solution file is in the same directory as the test code.
4443

45-
For example, if you're submitting `Bob.m` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/objective-c/bob/Bob.m`.
44+
The submit command will look something like:
45+
46+
```shell
47+
exercism submit <path-to-exercism-workspace>/objective-c/atbash-cipher/AtbashCipher.m
48+
```
49+
50+
You can find the Exercism workspace by running `exercism debug` and looking for the line beginning
51+
with Workspace.
4652

4753
## Source
4854

exercises/beer-song/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,12 +329,18 @@ There are two different methods of getting set up to run the tests with Objectiv
329329

330330
Both are described in more detail here: http://exercism.io/languages/objective-c
331331

332-
333332
### Submitting Exercises
334333

335334
When submitting an exercise, make sure your solution file is in the same directory as the test code.
336335

337-
For example, if you're submitting `Bob.m` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/objective-c/bob/Bob.m`.
336+
The submit command will look something like:
337+
338+
```shell
339+
exercism submit <path-to-exercism-workspace>/objective-c/beer-song/BeerSong.m
340+
```
341+
342+
You can find the Exercism workspace by running `exercism debug` and looking for the line beginning
343+
with Workspace.
338344

339345
## Source
340346

exercises/binary-search/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,18 @@ There are two different methods of getting set up to run the tests with Objectiv
4343

4444
Both are described in more detail here: http://exercism.io/languages/objective-c
4545

46-
4746
### Submitting Exercises
4847

4948
When submitting an exercise, make sure your solution file is in the same directory as the test code.
5049

51-
For example, if you're submitting `Bob.m` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/objective-c/bob/Bob.m`.
50+
The submit command will look something like:
51+
52+
```shell
53+
exercism submit <path-to-exercism-workspace>/objective-c/binary-search/BinarySearch.m
54+
```
55+
56+
You can find the Exercism workspace by running `exercism debug` and looking for the line beginning
57+
with Workspace.
5258

5359
## Source
5460

exercises/bob/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@ There are two different methods of getting set up to run the tests with Objectiv
2020

2121
Both are described in more detail here: http://exercism.io/languages/objective-c
2222

23-
2423
### Submitting Exercises
2524

2625
When submitting an exercise, make sure your solution file is in the same directory as the test code.
2726

28-
For example, if you're submitting `Bob.m` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/objective-c/bob/Bob.m`.
27+
The submit command will look something like:
28+
29+
```shell
30+
exercism submit <path-to-exercism-workspace>/objective-c/bob/Bob.m
31+
```
32+
33+
You can find the Exercism workspace by running `exercism debug` and looking for the line beginning
34+
with Workspace.
2935

3036
## Source
3137

exercises/bracket-push/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ There are two different methods of getting set up to run the tests with Objectiv
1212

1313
Both are described in more detail here: http://exercism.io/languages/objective-c
1414

15-
1615
### Submitting Exercises
1716

1817
When submitting an exercise, make sure your solution file is in the same directory as the test code.
1918

20-
For example, if you're submitting `Bob.m` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/objective-c/bob/Bob.m`.
19+
The submit command will look something like:
20+
21+
```shell
22+
exercism submit <path-to-exercism-workspace>/objective-c/bracket-push/BracketPush.m
23+
```
24+
25+
You can find the Exercism workspace by running `exercism debug` and looking for the line beginning
26+
with Workspace.
2127

2228
## Source
2329

exercises/clock/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ There are two different methods of getting set up to run the tests with Objectiv
1515

1616
Both are described in more detail here: http://exercism.io/languages/objective-c
1717

18-
1918
### Submitting Exercises
2019

2120
When submitting an exercise, make sure your solution file is in the same directory as the test code.
2221

23-
For example, if you're submitting `Bob.m` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/objective-c/bob/Bob.m`.
22+
The submit command will look something like:
23+
24+
```shell
25+
exercism submit <path-to-exercism-workspace>/objective-c/clock/Clock.m
26+
```
27+
28+
You can find the Exercism workspace by running `exercism debug` and looking for the line beginning
29+
with Workspace.
2430

2531
## Source
2632

0 commit comments

Comments
 (0)