using System; namespace TestApp { public class Program { public static void Main(string[] args) { Console.WriteLine("This is a test app"); } } }