7 lines
192 B
C#
7 lines
192 B
C#
// See https://aka.ms/new-console-template for more information
|
|
using De.Lambertz.Mail.Tools;
|
|
|
|
Console.WriteLine("Hello, World!");
|
|
Log.Error("Test");
|
|
|
|
String x = Console.ReadLine(); |