hexlet-codebattle/codebattle

View on GitHub
services/app/apps/runner/dockers/csharp/Program.cs

Summary

Maintainability
A
0 mins
Test Coverage
namespace app
{
    class Program
    {
        static void Main(string[] args)
        {
            Checker.Test(true);
        }
    }
}