Find the answer to your Linux question:
Results 1 to 2 of 2
I was just cleaning up a couple of partitions that have been somewhat ignored for a while, when I came across this: Code: #include <stdio.h> int main() { while (1 ...
  1. #1
    Linux User
    Join Date
    Jan 2006
    Posts
    414

    I was just do some cleaning...

    I was just cleaning up a couple of partitions that have been somewhat ignored for a while, when I came across this:
    Code:
    #include <stdio.h>
    
    int main()
    {
    	while (1 == 1)
    	{
    		printf("I hate paperwork ");
    	}
    
    	return 0;
    }
    Couldn't help but chuckle.

  2. #2
    Linux Newbie sdimhoff's Avatar
    Join Date
    Jan 2007
    Posts
    191
    One word: Awesome
    Linux since: 2001
    Gentoo since: 2004
    - - - - - - - -
    Translation:
    I fix things until they break.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •