Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f8fa4f1ad7b718cc3724f5015d3fd4374cff75d4
/
.
/
Tests
/
CSharpLinkToCxx
/
csharp.cs
blob: 35c5cc3e8b1ace35ac838107933161c1aea49893 [
file
] [
log
] [
blame
]
using
System
;
using
CLIApp
;
namespace
CSharpLinkToCxx
{
internal
class
CSharpLinkToCxx
{
public
static
void
Main
(
string
[]
args
)
{
Console
.
WriteLine
(
"#message from CSharpLinkToCxx"
);
var
app
=
new
MyCli
();
app
.
testMyCli
();
}
}
}