Programming_n00b

63
reputation
2
8

I'm really just a newbie programmer, who is very interested in learning all the nitty gritty stuff that it takes to make a complete game... Who knows, I might make the next big game title some day!
#include <iostream> using namespace std; int main() { cout << "I'm currently just learning the basics!" << endl; return 0; }