diff --git a/BrokerDogConsole/BrokerDogConsole.csproj b/BrokerDogConsole/BrokerDogConsole.csproj new file mode 100644 index 0000000..e8e1b5a --- /dev/null +++ b/BrokerDogConsole/BrokerDogConsole.csproj @@ -0,0 +1,10 @@ + + + + Exe + net9.0 + enable + enable + + + diff --git a/BrokerDogConsole/main.cs b/BrokerDogConsole/main.cs new file mode 100644 index 0000000..df3b2a9 --- /dev/null +++ b/BrokerDogConsole/main.cs @@ -0,0 +1,7 @@ +public class Program +{ + public static void Main(string[] args) + { + Console.WriteLine("Hello, World!"); + } +} \ No newline at end of file