Merge pull request #2250 from svick/patch-1

Fixed indentation in C# sample
This commit is contained in:
Alexandru Dima 2020-12-28 09:51:08 +01:00 committed by GitHub
commit 3ec5a44918
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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