Fixed namespace and indentation

This commit is contained in:
Arvind S 2018-10-31 23:20:34 +05:30 committed by GitHub
parent 9c914da118
commit 2000b63fa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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