mirror of
https://github.com/reactos/CMake.git
synced 2025-02-14 08:19:01 +00:00
11 lines
140 B
C++
11 lines
140 B
C++
#include "cli.hpp"
|
|
|
|
using namespace System;
|
|
|
|
namespace CLIApp {
|
|
void MyCli::testMyCli()
|
|
{
|
|
Console::WriteLine("#message from CLIApp");
|
|
}
|
|
}
|