mirror of https://github.com/icedream/npsharp.git
10 lines
134 B
C#
10 lines
134 B
C#
|
namespace NPSharp.CommandLine.Server
|
|||
|
{
|
|||
|
class Program
|
|||
|
{
|
|||
|
static void Main(string[] args)
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|