15 lines
236 B
C#
Raw Normal View History

2022-03-29 21:10:50 +02:00
using System;
using CMake;
namespace Test
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine(NuGetTest.GetNumber());
Console.ReadKey();
}
}
}