Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
CSharpOnly
/
lib1.cs
blob: 7a7ae1036afcc2fa12d712a58067798886829455 [
file
] [
log
] [
blame
] [
edit
]
namespace
CSharpOnly
{
public
class
Lib1
{
public
static
int
getResult
()
{
return
23
;
}
}
}