using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;
namespace Musterausgeben1__e.und_Schleifen { class Program { static void Main(string[] args) { int i;
for (i = 0; i < 1; ++i)
{
Console.WriteLine(" *******************************************************************************");
("********************************************************************");
}
{
for (i = 0; i < 1; ++i)
Console.WriteLine(" *********************************************** ");
}
Console.ReadKey();
}
}
}