directors-assistant/Program.cs
Adam R. Grey c2d527e1a4 initial
why would bin and obj not be in the default gitigonre
2021-06-08 07:02:34 -04:00

13 lines
189 B
C#

using System;
namespace directors_assistant
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}