Hello fellow citizens of the GitHubian Empire
You've found this, my profile location.
Check out the rest of the repository here, there's some random things here that you can test.
Also see this!
MarkDown is cool. So is GitHub.
#include <iostream>
using namespace std
int main() {
cout << "Just decided to put a bit of code; I've started to dabble into c++.";
return 0;
}
