Jelajahi Sumber

Fixed indentation in C# sample

Petr Onderka 4 tahun lalu
induk
melakukan
b45c7b96db
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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++)