mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-07 23:59:41 -06:00
10 lines
119 B
C#
10 lines
119 B
C#
using System;
|
|
|
|
namespace CMake
|
|
{
|
|
public class NuGetTest
|
|
{
|
|
public static int GetNumber() => 42;
|
|
}
|
|
}
|