mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 11:22:21 -06:00
11 lines
140 B
C#
11 lines
140 B
C#
namespace CSharpOnly
|
|
{
|
|
public class Lib1
|
|
{
|
|
public static int getResult()
|
|
{
|
|
return 23;
|
|
}
|
|
}
|
|
}
|