Man this my first code ever in c# it worked two seconds ago and now it dont what do i do pls heres the code "
using System;
namespace Helloworld2
{
internal class Program
{
static void Main(string[] args)
{
int Number =0;
Console.WriteLine("Hello world");
Console.Beep();
while (Number > 10) {Console.Beep();
Number++;
Console.WriteLine("Beep");
}
}
}
}
"
i have two error one that was the starting text thing and the otther is "type 'program' already defines a member called 'Main' with the same parameter types