SoftwareBear

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;
}


Repo maintained by @softwarebear Hosted on GitHub Pages — Theme by mattgraham