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

Commit

Permalink
create helloworld in c#
Browse files Browse the repository at this point in the history
  • Loading branch information
alefhsousa authored Oct 1, 2017
1 parent 9b9b0f0 commit 2765496
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions helloworld.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace HelloWorld
{
class Hello
{
static void Main()
{
Console.WriteLine("Hello World!");
}
}
}

0 comments on commit 2765496

Please sign in to comment.