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