mirror of
https://github.com/projectpokemon/EventsGallery.git
synced 2026-03-22 01:54:15 -05:00
12 lines
179 B
C#
12 lines
179 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace Indexer
|
|
{
|
|
internal class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
}
|
|
}
|
|
} |