commit 7920a94f22c352b3b633996b3ead1699c4baa2d6 Author: Wyatt J. Miller Date: Fri Jul 29 13:11:59 2022 -0400 initial commit diff --git a/DrillSergeant.csproj b/DrillSergeant.csproj new file mode 100644 index 0000000..74abf5c --- /dev/null +++ b/DrillSergeant.csproj @@ -0,0 +1,10 @@ + + + + Exe + net6.0 + enable + enable + + + diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..3751555 --- /dev/null +++ b/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!");