#include "Core/Core.h" using namespace Upp; int main(int argc, const char *argv[]) { Cout() << rand() << '\n'; return 0; }