mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
11 lines
267 B
C++
11 lines
267 B
C++
#include <Core/Core.h>
|
|
|
|
using namespace Upp;
|
|
|
|
CONSOLE_APP_MAIN
|
|
{
|
|
Cout() <<
|
|
"This application does nothing. It's only purpose is to demonstrate\n"
|
|
"the capabilities of the macro language embeded in TheIDE.\n"
|
|
"Try pressing Ctrl+Alt+S in TheIDE...\n";
|
|
}
|