Tuesday, May 27, 2008

My First Program...A Statement

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

No comments: