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