Showing posts with label C. Show all posts
Showing posts with label C. Show all posts

Wednesday, May 28, 2008

My most recent program... Another statement

#include
int main()
{
printf("Macs are for n00bs.\n");
return 0;
}

Tuesday, May 27, 2008

My First Program...A Statement

#include
int main()
{
printf("Linux is for hippies.\n");
return 0;
}