mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 20:12:40 +00:00
voila
This commit is contained in:
19
Blok2 Online Gokkantoor/Opstarten/Program.cs
Normal file
19
Blok2 Online Gokkantoor/Opstarten/Program.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
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("Dit project is opgestart door Michiel Van Dorpe op datum 1/10/2018");
|
||||
Console.WriteLine("Duw op eender welke toets om te sluiten.");
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user