From 7920a94f22c352b3b633996b3ead1699c4baa2d6 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Fri, 29 Jul 2022 13:11:59 -0400 Subject: [PATCH] initial commit --- DrillSergeant.csproj | 10 ++++++++++ Program.cs | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 DrillSergeant.csproj create mode 100644 Program.cs 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!");