Shorten test folder name

This commit is contained in:
Justin Goshi 2017-02-17 17:02:15 -08:00
parent aaa9fe2c1d
commit aefdb22ae4
10 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace TestApp
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello from main");
Console.WriteLine(TestLibrary.Lib.GetMessage());
Console.WriteLine(subdir.Helper.GetMessage());
}
}
}