extern wostream wcout;
#include <iostream>
#include <iostream>
int main() {
using namespace std;
// We can send any content to wcout
wcout << L"XoaX.net" << endl;
// Keep the window open
cin.get();
return 0;
}
© 20072025 XoaX.net LLC. All rights reserved.