tracks/csharp/exercises/alphametics/README.md in trackler-2.2.1.104 vs tracks/csharp/exercises/alphametics/README.md in trackler-2.2.1.105
- old
+ new
@@ -36,11 +36,8 @@
- You can solve this exercise with a brute force algorithm, but this will possibly have a poor runtime performance.
Try to find a more sophisticated solution.
- Hint: You could try the column-wise addition algorithm that is usually taught in school.
-### Submitting Exercises
-
-Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/alphametics` directory.
## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.