Do not add duplicate projects (#5698)
This commit is contained in:
parent
4d9e7f959a
commit
149a4590b5
14 changed files with 231 additions and 5 deletions
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello from the main app");
|
||||
Console.WriteLine(Lib.Library.GetMessage());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue