Shorten test folder name
This commit is contained in:
parent
aaa9fe2c1d
commit
aefdb22ae4
10 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue