10 lines
135 B
C#
10 lines
135 B
C#
namespace CommonConsole
|
|
{
|
|
public class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
}
|
|
}
|
|
}
|