Skip to main content
1 of 2
Nick
  • 961
  • 6
  • 4

C#, 57

Just because nobody has posted a C# solution yet (and I'm curious to see if any wizards can shorten it further).

class M{static int Main(){for(;;)System.Console.Beep();}} 

This interpretation of "output" may be stretching, but still valid I think (and saves 4 characters! :)

Nick
  • 961
  • 6
  • 4