Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2e3e3e30e5601192577d15e043b33db96fe1661
/
.
/
Tests
/
RunCMake
/
CSharpCustomCommand
/
test.cs.in
blob: 05a7531e0ab17158db9f9bf0bcd075a81343836d [
file
]
class
TestCs
{
public
static
int
Main
(
string
[]
args
)
{
System
.
Console
.
WriteLine
(
"Test C#"
);
return
0
;
}
}