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,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace TestLibrary
{
public static class Lib
{
public static string GetMessage()
{
return "Hello from TestLibrary.Lib";
}
}
}