Brandon Palmer

313
reputation
2
11

I am a hobbyist .NET Developer as well as C/C++ (Managed too!), PHP, Java, and Web Developer.

Fill free to leave inquiries via e-mail.

#using <mscorlib.dll>
using namespace System;
int main() {
    for(int i=0;i<1337;i++) {
        System::Console::WriteLine(L"Hello, StackOverflow!<3");
    }
}