tracks/csharp/exercises/saddle-points/README.md in trackler-2.2.1.104 vs tracks/csharp/exercises/saddle-points/README.md in trackler-2.2.1.105
- old
+ new
@@ -29,12 +29,9 @@
## Hints
For this exercise, you will need to create a set of factors using tuples.
For more information on tuples, see [this link](https://msdn.microsoft.com/en-us/library/system.tuple(v=vs.110).aspx).
-### Submitting Exercises
-
-Note that, when trying to submit an exercise, make sure the exercise file that you're submitting is in the `exercism/csharp/saddle-points` directory.
## Source
J Dalbey's Programming Practice problems [http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html](http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html)