removed program.cs to be able to run fietsdemo

This commit is contained in:
Sem van der Hoeven
2020-09-04 11:45:16 +02:00
parent ca0f98cf38
commit 5cd8322139

View File

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