#include using namespace Upp; CONSOLE_APP_MAIN { LOG("Hello!"); Buffer x(200); Exit(1); }