mirror of
https://github.com/Team-Resurgent/Repackinator.git
synced 2026-08-15 02:18:07 -07:00
14 lines
257 B
C#
14 lines
257 B
C#
using Repackinator.Shell.Console;
|
|
|
|
namespace Repackinator.Shell
|
|
{
|
|
internal sealed class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
ConsoleStartup.Process(Repackinator.Core.Version.Value, args);
|
|
}
|
|
}
|
|
}
|
|
|