EventsGallery/Indexer/Program.cs

12 lines
179 B
C#

using System;
using System.Collections.Generic;
namespace Indexer
{
internal class Program
{
public static void Main(string[] args)
{
}
}
}