Files
Leetcode/200. Number of Islands/Program.cs
Electrominch 02afed9c4c Day8-9
2022-10-11 01:45:16 +03:00

10 lines
158 B
C#

namespace _200._Number_of_Islands;
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}