Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CSharpCustomCommand
/
test.cs.in
blob: 05a7531e0ab17158db9f9bf0bcd075a81343836d [
file
] [
log
] [
blame
]
class
TestCs
{
public
static
int
Main
(
string
[]
args
)
{
System
.
Console
.
WriteLine
(
"Test C#"
);
return
0
;
}
}