#include <iostream>
int main(int argc, char** argv)
{
std::wcout << L"Hello World" << std::endl;
return 0;
}
Keep track of my ramblings throughout the software wilderness
#include <iostream>
int main(int argc, char** argv)
{
std::wcout << L"Hello World" << std::endl;
return 0;
}