New Changes waiting

This commit is contained in:
2019-11-26 20:51:54 +01:00
parent 879bd161a3
commit 1e60f78192
7 changed files with 115 additions and 3 deletions

12
Demos/Program.cs Normal file
View File

@ -0,0 +1,12 @@
using System;
namespace Demos
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}