Fixed indentation in C# sample

pull/2250/head
Petr Onderka 4 years ago committed by GitHub
parent d2028b1a75
commit b45c7b96db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save