mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 13:41:13 -07:00
13 lines
188 B
C#
13 lines
188 B
C#
using System;
|
|
|
|
namespace PlexRequests.Updater
|
|
{
|
|
class MainClass
|
|
{
|
|
public static void Main (string[] args)
|
|
{
|
|
Console.WriteLine ("Starting PlexRequests .Net updater");
|
|
|
|
}
|
|
}
|
|
}
|