Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
C# Hallo Wereld
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoelemij committed Oct 17, 2018
1 parent e2d29b5 commit 81264c1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions c#/HalloWereld.cs
@@ -0,0 +1,13 @@
using System;

namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hallo Wereld");
Console.ReadLine();
}
}
}

0 comments on commit 81264c1

Please sign in to comment.