Skip to content

Commit 188cbe4

Browse files
ErikSchierboomrobkeim
authored andcommitted
docs: Remove submit path section from README's (#520)
1 parent 152c8ca commit 188cbe4

117 files changed

Lines changed: 0 additions & 351 deletions

File tree

Some content is hidden

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

config/exercise_readme.go.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
{{- with .Hints }}
55
{{ . }}
66
{{ end }}
7-
### Submitting Exercises
8-
9-
Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/{{ .Spec.Slug }}` directory.
107
{{ with .Spec.Credits }}
118
## Source
129

exercises/accumulate/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ Solve this one yourself using other basic tools instead.
2828
## Hints
2929
This exercise requires you to write an extension method. For more information, see [this page](https://msdn.microsoft.com/en-us//library/bb383977.aspx).
3030

31-
### Submitting Exercises
32-
33-
Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/accumulate` directory.
3431

3532
## Source
3633

exercises/acronym/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ Techies love their TLA (Three Letter Acronyms)!
77
Help generate some jargon by writing a program that converts a long name
88
like Portable Network Graphics to its acronym (PNG).
99

10-
### Submitting Exercises
11-
12-
Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/acronym` directory.
1310

1411
## Source
1512

exercises/all-your-base/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ I think you got the idea!
3131

3232
*Yes. Those three numbers above are exactly the same. Congratulations!*
3333

34-
### Submitting Exercises
35-
36-
Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/all-your-base` directory.
3734

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

exercises/allergies/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ score is 257, your program should only report the eggs (1) allergy.
3232
## Hints
3333
This exercise requires you to use bitwise operations. For more information, see [this page](https://msdn.microsoft.com/en-us/library/6a71f45d.aspx).
3434

35-
### Submitting Exercises
36-
37-
Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/allergies` directory.
3835

3936
## Source
4037

exercises/alphametics/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ Try to find a more sophisticated solution.
3838
- Hint: You could try the column-wise addition algorithm that is usually taught in school.
3939

4040

41-
### Submitting Exercises
42-
43-
Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/alphametics` directory.
4441

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

exercises/anagram/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Given `"listen"` and a list of candidates like `"enlists" "google"
66
"inlets" "banana"` the program should return a list containing
77
`"inlets"`.
88

9-
### Submitting Exercises
10-
11-
Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/anagram` directory.
129

1310
## Source
1411

exercises/armstrong-numbers/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ For example:
1111

1212
Write some code to determine whether a number is an Armstrong number.
1313

14-
### Submitting Exercises
15-
16-
Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/armstrong-numbers` directory.
1714

1815
## Source
1916

exercises/atbash-cipher/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ things based on word boundaries.
2828
- Decoding `gvhg` gives `test`
2929
- Decoding `gsvjf rxpyi ldmul cqfnk hlevi gsvoz abwlt` gives `thequickbrownfoxjumpsoverthelazydog`
3030

31-
### Submitting Exercises
32-
33-
Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/atbash-cipher` directory.
3431

3532
## Source
3633

exercises/bank-account/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ This exercise requires you to handle data related to currency and money. A norma
3131
Note though that you then only store the numeric value of a currency.
3232

3333

34-
### Submitting Exercises
35-
36-
Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/bank-account` directory.
3734

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

0 commit comments

Comments
 (0)