View difference between Paste ID: 2rMw04V3 and Fp5XA4wf
SHOW: | | - or go back to the newest paste.
1
using System.IO;
2
using System;
3
4-
class Program
4+
class Program {
5-
{
5+
	static void Main() {
6-
    static void Main()
6+
		int val = 5;
7-
    {
7+
8-
        int val = 5;
8+
9
			for (j = 1; j <= i; j++) {
10
				Console.Write(j);
11
			}
12
			for (j = j - 2; j >= 1; j--) {
13
				Console.Write(j);
14
			}
15
			Console.WriteLine("");
16
		}
17
		Console.ReadLine();
18
	}
19
}