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