mirror of
https://github.com/vacp2p/cs-codex-dist-tests.git
synced 2025-02-24 08:18:20 +00:00
11 lines
178 B
C#
11 lines
178 B
C#
|
using ContinuousTests;
|
|||
|
|
|||
|
public class Program
|
|||
|
{
|
|||
|
public static void Main(string[] args)
|
|||
|
{
|
|||
|
var runner = new ContinuousTestRunner();
|
|||
|
runner.Run();
|
|||
|
}
|
|||
|
}
|