Infinite Monkey Typist Problem

It has been proven that a monkey, given enough time and a typewriter, can produce the works of Shakespeare.

But can it type out a functional program?

Or will it just produce an endless stream of gibberish?

We've been running an experiment in which a single monkey has been typing away at a Commodore 64 for weeks. So far, the results are inconclusive, but the monkey has finally managed to type out:

HELLO

Is this the dawn of a new age in computer science, or just a bunch of random keys mashed together?

Randomized Reality Check

Want to see the code the monkey has been typing?

Code Monkey See

Code Monkey See

Warning: this code has been written by a monkey. Do not attempt to use in production.

      #include "stdio.h"
      int main() {
        printf("HELLO");
        return 0;
      }
    

Randomized Reality Check

Want to see what the monkey is typing right now?

Typing Monkys Eye

Typing Monkys Eye

Here is what the monkey is typing right now:

qjhgfbnmlkjhg

We're not sure what it means, but it looks like the start of something important.