Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6cca475bbf7cf8f3b03db3baaa772aa5b72e94de
/
.
/
Tests
/
RunCMake
/
VsNugetPackageRestore
/
Program.cs
blob: 681461f365e7b9884f911968fa0562d5171f6c67 [
file
] [
log
] [
blame
]
using
System
;
using
CMake
;
namespace
Test
{
public
class
Program
{
public
static
void
Main
(
string
[]
args
)
{
Console
.
WriteLine
(
NuGetTest
.
GetNumber
());
Console
.
ReadKey
();
}
}
}