About Me

Ontario, Canada
In regards to this blog, I am simply trying to learn to program in my free hours after work in order to make an iPhone game.

Wednesday, April 29, 2009

Mission Statement!

This first post of the Tom-Jar blog is to state my mission.

Mission is as follows.

#include

int main()
{
int hope;

printf("Learn a few programming languages\n");
printf("Learn to apply that programming knowledge toward iPhone game creation\n");
printf("%d you are not too late to the party\n",hope);

if(hope==true)
{
printf("Make a lot of money\n");
}
else
{
printf("Get a real job!\n");
}

printf("%d that was informative for you!\n",hope);
return(0);
}



Now obviously there are a few errors in this source code, but I think the message comes across pretty clear no? :P

No comments:

Post a Comment