I'm Olly Ginger, and this is my website. I'm currently working at InterWave Studios working as a senior programmer on their first game: Nuclear Dawn
I setup this page to basically have a place to keep my ongoing thoughts on various things. Watch this space.
1 int main( int argc, char **argv )
2 {
3 printf( "Hello, Internet!\n" );
4 return 0;
5 }