1
0
Эх сурвалжийг харах

Fixed indentation in C# sample

Petr Onderka 4 жил өмнө
parent
commit
b45c7b96db

+ 1 - 1
website/index/samples/sample.csharp.txt

@@ -12,7 +12,7 @@ namespace VS
 	class Program
 	{
 		static void Main(string[] args)
-    		{
+		{
 			bool isPrime = true;
 			Console.WriteLine("Prime Numbers : ");
 			for (int i = 2; i <= 100; i++)