Fehler CS8804 kann /Main nicht angeben, wenn eine Kompilierungseinheit mit
Top- vorhanden ist. Stufe Aussagen. PROJEKT_BASICS D: \ NEW
Ordner \ Project_Basics \ Project_Basics \ CSC < /p>
< /blockquote>
Code: Select all
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Project_Basics
{
internal class Datatype2
{
static void Main()
{
Console.WriteLine("Hello wwwwwww");
}
}
}