repeat line by Test

using System;\x0d
\x0d
\x0d
\x0d
namespace TestNumbering {\x0d
\x0d
\x09class MainClass {\x0d
\x0d
\x09\x09public static void Main (string[] args) {\x0d
\x0d
\x09\x09\x09string data  = Console.ReadLine();\x0d
\x0d
\x09\x09\x09foreach (char item in data) {Console.WriteLine(data);}\x0d
\x0d
\x09\x09\x09Console.ReadLine();\x0d
\x0d
\x09\x09}\x0d
\x0d
\x09}\x0d
\x0d
}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page