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,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());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue