mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 10:16:50 +00:00
11 lines
140 B
C#
11 lines
140 B
C#
namespace CSharpOnly
|
|
{
|
|
public class Lib1
|
|
{
|
|
public static int getResult()
|
|
{
|
|
return 23;
|
|
}
|
|
}
|
|
}
|