diff --git a/ProftaakRH/Main.cs b/ProftaakRH/Main.cs new file mode 100644 index 0000000..207d831 --- /dev/null +++ b/ProftaakRH/Main.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace ProftaakRH +{ + class Main + { + } +}