Files
Leetcode/350. Intersection of Two Arrays II/Program.cs
Electrominch c9916dabad Initial commit
2022-10-04 13:40:57 +03:00

10 lines
199 B
C#

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