public static void Main()
Console.WriteLine("Text eingeben:");
string text = Console.ReadLine();
List<string> wort = new List<string>();
for (int i = 0; i < text.Length; i++)
if (blab != ' ' || blab !=',' || blab != '.')
Console.WriteLine(wort.Count);