12 lines
176 B
C#
12 lines
176 B
C#
using System;
|
|
|
|
namespace ConsoleApplication
|
|
{
|
|
public class Program
|
|
{
|
|
public static int Main(string[] args)
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
}
|