Fixed indentation in C# sample

This commit is contained in:
Petr Onderka 2020-12-07 15:07:52 +01:00 committed by GitHub
parent d2028b1a75
commit b45c7b96db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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