mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-16 22:03:21 -06:00
12 lines
194 B
C++
12 lines
194 B
C++
#include <Core/Core.h>
|
|
|
|
using namespace Upp;
|
|
|
|
CONSOLE_APP_MAIN
|
|
{
|
|
StdLogSetup(LOG_COUT|LOG_FILE);
|
|
|
|
ASSERT(IsNull(Sys("svn status /home/cxl/upp.src")));
|
|
|
|
LOG("=========== OK");
|
|
}
|