quantum-space-buddies/EpicRerouter/Program.cs
2022-02-06 21:38:14 -08:00

13 lines
155 B
C#

namespace EpicRerouter
{
public static class Program
{
public static void Main(string[] args)
{
foreach (var s in args)
{
}
}
}
}