mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
14 lines
188 B
C++
14 lines
188 B
C++
#include <Core/Core.h>
|
|
|
|
#include <build_info.h>
|
|
|
|
using namespace Upp;
|
|
|
|
CONSOLE_APP_MAIN
|
|
{
|
|
StdLogSetup(LOG_COUT|LOG_FILE);
|
|
|
|
DUMP(bmTIME);
|
|
DUMP(bmMACHINE);
|
|
DUMP(bmUSER);
|
|
}
|