12 lines
165 B
C#
12 lines
165 B
C#
using API;
|
|
|
|
namespace Run;
|
|
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Api a = new (args);
|
|
Tracker.Tracker t = new ();
|
|
}
|
|
} |