OK, so in the spirit of Code-Golf, I'm trying out something new here: Code-Bowling.
In golf, you try to get the lowest score (smallest application, most elegant, etc). In Bowling, you try to get the highest score. So if you follow, the goal of a Code-Bowling challenge is to make the biggest, most bastardized, hardest to maintain piece of code that still meets the requirements of the challenge. However, there's no point in making source longer just for the sake of it. It needs to seem like that added length was from design and not just padding.
Here's this challenge:
Write a program in your language of choice that creates one line of text-output and terminates. The output that's created must be matched by this regex:
/^Good (Morning|Afternoon|Evening|Night)$/
The output may be random (using the languages or your own implementation) or chaotic (deterministic, but not trivially so).