Fixed namespace and indentation

pull/1160/head
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
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PrimeNumber
namespace VS
{
class Program
{