Ignore explicit glob **/*.cs
This commit is contained in:
parent
56d8071361
commit
000734d1ef
5 changed files with 73 additions and 2 deletions
|
@ -0,0 +1,9 @@
|
|||
using System;
|
||||
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue