Переглянути джерело

Fixed indentation in C# sample

Petr Onderka 4 роки тому
батько
коміт
b45c7b96db
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      website/index/samples/sample.csharp.txt

+ 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++)