Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
18d3733b540caea46a9ef3cb0cd243dbba3bb155
/
.
/
Tests
/
RunCMake
/
VsDotnetSdk
/
lib1.cs
blob: 7a7ae1036afcc2fa12d712a58067798886829455 [
file
]
namespace
CSharpOnly
{
public
class
Lib1
{
public
static
int
getResult
()
{
return
23
;
}
}
}