15 lines
236 B
C#
15 lines
236 B
C#
|
using System;
|
||
|
using CMake;
|
||
|
|
||
|
namespace Test
|
||
|
{
|
||
|
public class Program
|
||
|
{
|
||
|
public static void Main(string[] args)
|
||
|
{
|
||
|
Console.WriteLine(NuGetTest.GetNumber());
|
||
|
Console.ReadKey();
|
||
|
}
|
||
|
}
|
||
|
}
|