mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-07 15:49:43 -06:00
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();
|
|
}
|
|
}
|
|
}
|