1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-05-20 21:23:01 +02:00

API: Changed uninstantiated class Program to static

This commit is contained in:
glax 2023-07-30 17:09:30 +02:00
parent 437349bd27
commit abf587377c

@ -6,7 +6,7 @@ using Tranga.LibraryManagers;
namespace API;
public class Program
public static class Program
{
public static void Main(string[] args)
{