17 lines
260 B
C#
17 lines
260 B
C#
namespace CommonConsole
|
|
{
|
|
using CommonConsole.Schema;
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
|
|
public class Program
|
|
{
|
|
public static void Main()
|
|
{
|
|
}
|
|
}
|
|
} |