From b45c7b96db5e27af89fff36d6ec07f94aab6d133 Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Mon, 7 Dec 2020 15:07:52 +0100 Subject: [PATCH] Fixed indentation in C# sample --- website/index/samples/sample.csharp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index/samples/sample.csharp.txt b/website/index/samples/sample.csharp.txt index ed2c0af3..bcb623be 100644 --- a/website/index/samples/sample.csharp.txt +++ b/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++)