From 933a4f85604e21445c9bac8272d64cf3e6f65e00 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 22 Apr 2020 16:28:51 -0400 Subject: rename to IrcSharp also tidy up formatting with vs tools --- StatesSample/Program.cs | 12 ++++++++++++ StatesSample/StatesSample.csproj | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 StatesSample/Program.cs create mode 100644 StatesSample/StatesSample.csproj (limited to 'StatesSample') diff --git a/StatesSample/Program.cs b/StatesSample/Program.cs new file mode 100644 index 0000000..8fc42b8 --- /dev/null +++ b/StatesSample/Program.cs @@ -0,0 +1,12 @@ +using System; + +namespace StatesSample +{ + public static class Program + { + private static void Main(string[] args) + { + Console.WriteLine("Hello World!"); + } + } +} diff --git a/StatesSample/StatesSample.csproj b/StatesSample/StatesSample.csproj new file mode 100644 index 0000000..3107344 --- /dev/null +++ b/StatesSample/StatesSample.csproj @@ -0,0 +1,12 @@ + + + + Exe + netcoreapp3.1 + + + + + + + -- cgit 1.4.1