| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/filmor/pythonnet/drop-python2/src/embed_tests/Program.cs | [Back] [Original] |
using System;
using NUnit.Common;
using NUnitLite;
namespace Python.EmbeddingTest
{
public class Program
{
public static int Main(string[] args)
{
return new AutoRun(typeof(Program).Assembly).Execute(
args,
new ExtendedTextWrapper(Console.Out),
Console.In);
}
}
}
| Web Proxy Viewer | New URL | Original Page |