mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Fixed namespace and indentation
This commit is contained in:
parent
9c914da118
commit
2000b63fa4
1 changed files with 2 additions and 2 deletions
|
|
@ -7,12 +7,12 @@ using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace PrimeNumber
|
namespace VS
|
||||||
{
|
{
|
||||||
class Program
|
class Program
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
bool isPrime = true;
|
bool isPrime = true;
|
||||||
Console.WriteLine("Prime Numbers : ");
|
Console.WriteLine("Prime Numbers : ");
|
||||||
for (int i = 2; i <= 100; i++)
|
for (int i = 2; i <= 100; i++)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue