Consecutive primes with ascending or descending differences: Difference between revisions

(Added C++ solution)
Line 116:
 
=={{header|C#|CSharp}}==
{{incorrect|C#|Please make this code readable. Format it!}}
Extended the limit up to see what would happen.
<lang csharp>using System.Linq; using System.Collections.Generic; using TG = System.Tuple<int, int>; using static System.Console;
678

edits