Skip to content

Commit

Permalink
Create Dummy file
Browse files Browse the repository at this point in the history
A dummy file to give the repository a C# flavor.
  • Loading branch information
dariusz-wozniak committed Mar 6, 2018
1 parent 931e405 commit 5242c61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dummy.cs
@@ -0,0 +1,6 @@
// A dummy file to give the repository a C# flavor.

public class Main
{
public static string HelloWorld => "Hello world!";
}

0 comments on commit 5242c61

Please sign in to comment.