2015-10-06 04:22:26 +00:00
|
|
|
|
using System;
|
2015-10-21 22:21:14 +00:00
|
|
|
|
using System.Diagnostics;
|
2015-10-06 04:22:26 +00:00
|
|
|
|
|
|
|
|
|
namespace TestApp
|
|
|
|
|
{
|
|
|
|
|
public class Program
|
|
|
|
|
{
|
|
|
|
|
public static void Main(string[] args)
|
|
|
|
|
{
|
|
|
|
|
Console.WriteLine("This is a test app");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|