Merge pull request #2250 from svick/patch-1

Fixed indentation in C# sample
pull/2455/head
Alexandru Dima 4 years ago committed by GitHub
commit 3ec5a44918
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