Beckett

June 4th, 2010 | Tags:
void main( void ) {
  int godot = 1;
  while ( 4 != godot ) {
    wait (1);
  }
}
No comments yet.
You must be logged in to post a comment.