I added this to the intro to my game just to spice things up:
void UBullCowCartridge::GloriousAsciiArt() const
{
PrintLine(TEXT(" __n__n__"));
PrintLine(TEXT(" .------`-\\00/-'"));
PrintLine(TEXT(" / ## ## (oo)"));
PrintLine(TEXT("/ \\## __ ./"));
PrintLine(TEXT(" |//YY \\|/"));
PrintLine(TEXT(" ||| |||"));
}