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:
20
Online Gokkantoor/Console/Program.cs
Normal file
20
Online Gokkantoor/Console/Program.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ConsoleApp
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Online Gokkantoor heet u welkom");
|
||||
|
||||
// Keep the console window open in debug mode.
|
||||
Console.WriteLine("Druk op eender welke toets om af te sluiten.");
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user