10 lines
79 B
C#
10 lines
79 B
C#
namespace CLI;
|
|
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
|
|
}
|
|
}
|