Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Hello World in C#
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekagal1998 committed Oct 1, 2017
1 parent c6d48e0 commit 0ee706f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hello_world.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using System;
class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello, world!");
}
}

0 comments on commit 0ee706f

Please sign in to comment.