13 lines
188 B
C#
13 lines
188 B
C#
|
using System;
|
|||
|
|
|||
|
namespace ConsoleApplication
|
|||
|
{
|
|||
|
public class Program
|
|||
|
{
|
|||
|
public static void Main()
|
|||
|
{
|
|||
|
ConsoleLibrary.P1.Program.Main();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|