10 lines
119 B
C#
10 lines
119 B
C#
|
using System;
|
||
|
|
||
|
namespace CMake
|
||
|
{
|
||
|
public class NuGetTest
|
||
|
{
|
||
|
public static int GetNumber() => 42;
|
||
|
}
|
||
|
}
|