AutoCatUwp/ACTerm/Program.cs
2021-01-24 18:21:04 +03:00

13 lines
140 B
C#

using System;
namespace ACTerm
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}