miguel
banner
itimiguel.bsky.social
miguel
@itimiguel.bsky.social
x6e657264
#include

void start()
{
freopen_s(&f, "CONOUT$", "w", stdout);
std::cout << "i luv you" << std::endl;
}

void DLLThread()
{
start();
}
October 2, 2024 at 6:18 PM