add Programmyday form github
This commit is contained in:
12
Stringaufgabe2/Program.cs
Normal file
12
Stringaufgabe2/Program.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Stringaufgabe2
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Analyse analyse = new Analyse();
|
||||
Console.WriteLine("Geben Sie den zu Prüfenden Text ein: ");
|
||||
analyse.AnalyseString(Console.ReadLine());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user