removed extra folder

This commit is contained in:
Sem van der Hoeven
2020-09-04 11:13:18 +02:00
parent 04fd4969c4
commit 600fa1aa0c
3 changed files with 45 additions and 0 deletions

12
Program.cs Normal file
View File

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