mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
13 lines
155 B
C#
13 lines
155 B
C#
namespace EpicRerouter
|
|
{
|
|
public static class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
foreach (var s in args)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|
|
} |