Skip to content

Commit

Permalink
feat: ✨ Server add main
Browse files Browse the repository at this point in the history
  • Loading branch information
Grange007 committed Oct 28, 2023
1 parent e1196f7 commit 4d728c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions logic/Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//using Grpc.Core;
//using Protobuf;

//namespace Server
//{
namespace Server
{
// public class Program
// {
// const string welcome =
Expand All @@ -20,8 +20,8 @@
// return new PlaybackServer(options);
// }

// static int Main(string[] args)
// {
static int Main(string[] args)

Check failure on line 23 in logic/Server/Program.cs

View workflow job for this annotation

GitHub Actions / dotnet-build

A namespace cannot directly contain members such as fields, methods or statements

Check failure on line 23 in logic/Server/Program.cs

View workflow job for this annotation

GitHub Actions / dotnet-build

A namespace cannot directly contain members such as fields, methods or statements
{
// foreach (var arg in args)
// {
// Console.Write($"{arg} ");
Expand Down Expand Up @@ -69,6 +69,6 @@
// Console.WriteLine(ex.StackTrace);
// }
// return 0;
// }
}
// }
//}
}

0 comments on commit 4d728c6

Please sign in to comment.