added Main

This commit is contained in:
shinichi
2020-09-09 11:56:29 +02:00
parent 8dce607028
commit 261048c2df

10
ProftaakRH/Main.cs Normal file
View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace ProftaakRH
{
class Main
{
}
}