Files
Michiel.VanDorpe 60eb72bd30 voila
2019-03-13 16:37:03 +01:00

19 lines
406 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Opstarten
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Welkom in het Online Gokkantoor");
Console.WriteLine("Duw op eender welke toets om te sluiten.");
Console.ReadKey();
}
}
}