Files
Proftaak-RH-B4/Program.cs
Sem van der Hoeven 600fa1aa0c removed extra folder
2020-09-04 11:13:18 +02:00

13 lines
180 B
C#

using System;
namespace ProftaakRH
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}