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!"); - } - } -}