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 ...
- 10-28-2009 #1Linux 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:
Couldn't help but chuckle.Code:#include <stdio.h> int main() { while (1 == 1) { printf("I hate paperwork "); } return 0; }
- 11-04-2009 #2
One word: Awesome
Linux since: 2001
Gentoo since: 2004
- - - - - - - -
Translation:
I fix things until they break.


Reply With Quote
