Skip navigation

Tag Archives: Steam

So Valve released a closed-beta of Steam for Android and iOS this week, which I think everybody has been waiting for since forever. I always dreamed of being bugged 24/7 by idiots on Steam who think that I spend every waking minute of my life infront of a computer screen; which contrary to popular belief, I don’t.

In all seriousness though, I can’t wait until the open-beta. Once I remove about 80% of my Steam friends list, I will finally be able to chat with the Cloud Sixteen anywhere I go; this is handy because I’m always coming up with new ideas and inspiration when I’m out doing things.

I don’t have much else to say about it really, here’s a chunk of random code so I can test this CodeColorer I installed:

#include <iostream>

void main()
{
std::cout << "CodeColor rocks!" << std::endl;
return EXIT_SUCCESS;
}