Tuesday, July 19, 2011

Hello World

Hi!
My name is Ian Schillebeeckx and I am a young programmer interested in Algorithmic and Architectural Optimization and Android coding. I am currently interning at a gene sequencing company, Cofactor Genomics, where I am refactoring scripts in their existing pipeline. For fun, I code for the Android platform *slides glasses up nose*.

Through my own interest and my brother's encouragement, i've decided to finally start a blog and publish some of my trials and tribulations of my work and hobby. Hopefully my time can be of use later by others!

Anyways, here's the inaugural block of code:

int main() {
 cout << "!!!Hello World!!!" << endl;
 return 0;
}

No comments:

Post a Comment