Added tests for new code

This commit is contained in:
Walluce Pinkham 2022-04-07 15:14:18 +01:00
parent 41910e3c89
commit de442cafb3
7 changed files with 89 additions and 0 deletions

View file

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