10 lines
158 B
C#
10 lines
158 B
C#
namespace _200._Number_of_Islands;
|
|
|
|
internal class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello, World!");
|
|
}
|
|
}
|