From 5cd83221397bf6008094f8741f59c8334fc04bd2 Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Fri, 4 Sep 2020 11:45:16 +0200 Subject: [PATCH] removed program.cs to be able to run fietsdemo --- ProftaakRH/Program.cs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ProftaakRH/Program.cs diff --git a/ProftaakRH/Program.cs b/ProftaakRH/Program.cs deleted file mode 100644 index 9181fe0..0000000 --- a/ProftaakRH/Program.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace ProftaakRH -{ - class Program - { - static void Main(string[] args) - { - Console.WriteLine("Hello World!"); - } - } -}